
Donald W. answered 08/16/22
Senior Software Engineer with over 25 years of industry experience
Here's the code:
Ana A.
asked 08/14/22Write a program to read from the keyboard two integers values with appropriate prompt messages and to do the following
1- Compute and print their sum with an appropriate message.
2- compute and print their product with an appropriate message.
3- add their sum to their product and print the result with an appropiate message.
4- compute and print their difference(first-second) with an appropriate message.
5- compute the quotuent of (first/second) and print it with an appropriate mssage.
6- compute the remainder of (first%second) and print it with appropriate message.
INPUT : two integers values
OUTPUT: As specified above
Donald W. answered 08/16/22
Senior Software Engineer with over 25 years of industry experience
Here's the code:
Get a free answer to a quick problem.
Most questions answered within 4 hours.
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.