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
Social Sciences,
2 months ago
English,
2 months ago
Computer Science,
4 months ago
Hindi,
4 months ago
Biology,
10 months ago
Computer Science,
10 months ago