Write a program in QBasic to print odd numbers from 1 to 30.
Answers
Answered by
9
Answer:
CLS
FOR I = 1 TO 30 STEP 2
PRINT I;
NEXT I
END
Similar questions
Math,
2 months ago
India Languages,
2 months ago
Math,
2 months ago
Computer Science,
6 months ago
Hindi,
6 months ago
Biology,
11 months ago
Computer Science,
11 months ago