questionwrite down an application that reads 3


Question

Write down an application that reads 3 integers, adds all 3 together and computes an average of the 3 entries and computes any remainder of integer division.


A remainder represents modulus result of dividing an even by an odd number or vice versa. Show the output.

The output will seem to be something like this:
Enter an integer score 3
Enter an integer score 6
Enter an integer score 4
The average of 3, 6, 4 is 4 with a remainder of 1
Press any key to continue

or

Enter an integer score 3
Enter an integer score 6
Enter an integer score 9
the average of 3, 6, 9 is 6 with a remainder of 0
Press any key to continue

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: questionwrite down an application that reads 3
Reference No:- TGS0444664

Expected delivery within 24 Hours