Computer Science, asked by sudiptabhadra27, 10 months ago

Write a program in QBASIC to display the table of 5 by using the FOR-NEXT loop?

Answers

Answered by aditimoulik2001
0

HOPE IT HELPS

Explanation:

FOR i=1 TO 10

 a=n*i

 PRINT n;"*";i;"=";a

NEXT i

END

Pls mark it the brainliest if it helps.... #BAL #answerwithquality

Similar questions