Write a program that asks the user to input an integer and then calls a function named…
Write a program that asks the user to input an integer and then calls a function named multiplicationTable(), which displays the results of multiplying the integer by each of the numbers 2 through 10. Save the file as Multiplication.cpp.