Question: 27. (12 pts) Write a complete program (turn an empty file into a program that compiles, runs and performs the task mentioned.) that performs the
27. (12 pts) Write a complete program (turn an empty file into a program that compiles, runs and performs the task mentioned.) that performs the following:
Prompt the user for two integer values and read them into integer variables
Multiply the two integers together and store the result in a third integer variable
Output the first integer in a field width of 10 left justified
Output the second integer in a field width of 10 right justified
Output the result of the multiplication in a field width of 20 left justified
Do not forget the necessary header files and all variable declarations.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
