Class 7

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Chapter 8

Conditional control statement


Question answers
Write a program to print odd numbers between 1 and 100
N =1
B:
If n is greater than 100
Goto] a
Else goto c
A
Print n
N= 1+2
B
C
end

You might also like