Question: Delete all the existing code from main.cpp, Write a C++ program in main.cpp that inputs throe double values a, b, and e. Output the numbers

 Delete all the existing code from main.cpp, Write a C++ program

Delete all the existing code from main.cpp, Write a C++ program in main.cpp that inputs throe double values a, b, and e. Output the numbers in a reverse order as shown in the sample input and output. All output tho average of three numbers as shown in the sample input and output When you are done: Download your code. It will save the fle moin.cpp and rename the file to tab2_Ex2.cpp, This is very important so that you can always access the code later, How to Submit: Select all the code using Ctrl + A/Cmd-A Copy the code using Curl + ClCmd + c Paste the code in the answer box using Curt +V/Cmd +V on the blackboard. Move to the next question or press the Save and Submit button. Sample input/output Enter three numbers: 4.5 2.3 9.7 Numbers in reverse: 9.7, 2.3, and 4.5 (4.5 + 2.3 + 9.7) / 3 = 5.5 Enter three numbers: 14 8 1.2 Numbers in reverse: 1.2, 8, and 14 |(14 + 8 + 1.2) 1 3 - 7.73333 For the toolbar SALTATORITAREM

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!