Computer Science, asked by mayank14309, 6 months ago

write a for loop that displays the numbers from 51 to 60.​

Answers

Answered by nayanaachatterjee10
0

Explanation:

CLS

FOR I = 51 to 60

PRINT I

NEXT I

END

ITS WRITTEN UN QBASIC.

HOPE IT HELPS. ..

Similar questions