Computer Science, asked by aditya21212, 11 months ago

write a program for using for and while loop in Q Basic

Answers

Answered by bhaktaabhranil
0

Answer:FOR a = 1 TO 5

PRINT "This is loop number"; a

NEXT a;

Explanation:

Similar questions