Computer Science, asked by Hritik398, 1 year ago

How do we write Q basic program to print the table of 15

Answers

Answered by anshumansunny
3
10 CLS
20 PRINT "ENTER A NUMBER"
30 INPUT N
40 FOR I=1TO20
50 PRINT I;"X",N;"=";I*N
60 NEXT I
70 END
//CODE ENDS




than run and enter 15
now display..
and other ka v table tum display kr skte ... jo no. put kroge uska table aayega
Similar questions