Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A grocery store hired you to develop a simple application to read 3 arbitrary integers and compare them. Create a C++ program that does the

A grocery store hired you to develop a simple application to read 3 arbitrary integers and compare them. Create a C++ program that does the following: Asks the user to enter 3 integers Obtains the numbers from the user Prints the largest number and then the smallest of the numbers If the numbers are equal, prints the message: "These numbers are equal." Prints the sum, average, and product of the 3 numbers Include the proper header and make sure you properly comment your program. Also, make sure you use proper coding conventions. Compress all your .cpp, and .h (or .hpp) source code files from the console application into a ZIP file; if you are working in Visual Studio, you may zip up the Visual Studio project folder and submit that.

Kind of bit lost on this question and still don't know how to zip up using Visual Studio.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions