Computer Science, asked by dineshrawat3363com, 10 months ago

write a program to print table of 6​

Answers

Answered by AhaonSarkar
1

Answer:

In qbasic

CLS

S=1

INPUT "UP TO HOW MUCH YOU WANT";N

FOR I = 1 TO N

S=S+I

NEXT I

PRINT " 6"× I=S

END

Answered by excellentboy39
0

Answer:

C programme is use to print multiplication table

Similar questions