1.

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

Answer»

ANSWER:FOR a = 1 TO 5

PRINT "This is loop NUMBER"; a

NEXT a;

Explanation:



Discussion

No Comment Found