Write a function called multTable that returns void, takes in an int row and, int col and prints the multiplication table from 1 up to the two integers.
For example, a call to this function like... multTable(3, 5) prints…
1 2 3 4 5
2 4 6 8 10
3 6 9 12 15
Please help me with this problem using c++.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here