You are on page 1of 1

Formatted: Font: 18 pt

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
Formatted: Font: 19 pt
end

You might also like