Write a program in QBASIC to display the table of 5 by using the FOR-NEXT loop?
Answers
Answered by
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