Computer Science, asked by mamtaraj6319, 7 hours ago

Write a program in qbasic to print first five odd number.

Answers

Answered by Gupta7777777u
1

Answer:

1. for i = 1 to 5

2. print 1*2

3. next i

Hope you find it helpful

Similar questions