0
I want a program of multiplication table
I want a program of multiplication table in which we enter a no and it will print table of that no and increment that no and also print incremented no. table
3 Answers
+ 5
What i understood from your question is this ...Check It
https://code.sololearn.com/cYIMGCaDJnP2/?ref=app
+ 4
this should be fairly simple, you would create a loop that takes the user input and multiplies it for a certain range then cout the results or store in an outfile.
+ 1
thanxx abhishek pun