Computer Science, asked by ranimishra8896, 3 months ago

Write a program to print all the odd numbers from 20 to 30​

Answers

Answered by superaadi123
0

Answer:

so build

Explanation:

Answered by diyashabiswas2007
0

Answer:

10 CLS

20 C= 1

30 FOR I = 20 TO 30

40 PRINT C

50 C= C+2

60 NEXT I

70 END

THIS PROG IS IN QBASIC.

HOPE IT HELPS. KINDLY MARK IT AS THE BRAINIEST ANSWER.

Similar questions