Computer Science, asked by murazikstlaurentyyy8, 17 days ago

write a qbasic program to check the number between 1 and 5​

Answers

Answered by ruturajmishra526
0

Answer:

CLS

FOR I = 2 TO 20STEP 2

PRINT I;

NEXT I

END

Similar questions