How do we write Q basic program to print the table of 15
Answers
Answered by
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
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
Social Sciences,
8 months ago
English,
8 months ago
Math,
8 months ago
Political Science,
1 year ago
Math,
1 year ago
Biology,
1 year ago