Question: code in C++ 1. (20 marks) Write a program that asks the user to enter two integers and prints the difference, product, division, average and
1. (20 marks) Write a program that asks the user to enter two integers and prints the difference, product, division, average and the summation of square of these two numbers. Here is an example of the execution of the program: Enter the first number: 10 Enter the second number: 5 The results are: Difference: 5 Product: 50 Division: Average: 7.5 Sum of square: 125
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
