(multiplecationTable)

Write a program (multiplicationTable.cpp) that takes an integer n as input and
output the multiplication table of n into a file. Your output file should look for instance like this:
Please enter an integer: 4
1 X 4 = 4
2 X 4 = 4
3 X 4 = 4
4 X 4 = 4
5 X 4 = 4
6 X 4 = 4
7 X 4 = 4
8 X 4 = 4
9 X 4 = 4
10 X 4 = 4
Best get writing then. ;-)
o.O

1 X 4 = 4
2 X 4 = 4
3 X 4 = 4
...
10 X 4 = 4

-.-*
Topic archived. No new replies allowed.