C++ Programming
Request an integer n from the console.Write a function that accepts n as input and outputs the multiplicationtable of n from 1 to n to the console.
Example Output:
Enter an integer: 91 * 9 = 92 * 9 = 183 * 9 = 274 * 9 = 365 * 9 = 456 * 9 = 547 * 9 = 638 * 9 = 729 * 9 = 81
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here