Get Answers to all your Questions

header-bg qa

Write a Q-Basic programme to print first five odd numbers.Fast please

Answers (1)

best_answer

1. for I = 1 to 5
2. print 1*2
3. next I

Posted by

Deependra Verma

View full answer