[solved]-Assignment 04 1 Write C Program Named Threevalueaveragecpp Accepts 3 Integers User Display Q39080462

Assignment 04 1. Write a C++ program (named threeValueAverage.cpp) that accepts 3 integers from a user and then display the accurate average. 2. Given that PL = 3.14159 (as constant), write a C++ program (named circleAreaCircumference.cpp) that accepts a circle radius from the user and then outputs the “Circumference” and the “Area” of the circle. 3. Write a C++ program (named weightConverter.cpp) that ask the user to input weight in pounds and output the equivalent weight in kilograms. Output both the weights (pounds and kilograms) rounded to two decimal places. (Hint 1 kilogram == 2.2 pounds – use a constant). Upload to the assignment on UTC Learn your 3 source files and a PDF file demonstrating the correct operation of your programs. threeValueAverage.cpp circleAreaCircumference.cpp • weightConverter.cpp You do not have to complete error checking for this assignment. (If a user inputs a letter to your program, it is ok if it crashes. We will learn how to do error checking later). Show transcribed image text Assignment 04 1. Write a C++ program (named threeValueAverage.cpp) that accepts 3 integers from a user and then display the accurate average. 2. Given that PL = 3.14159 (as constant), write a C++ program (named circleAreaCircumference.cpp) that accepts a circle radius from the user and then outputs the “Circumference” and the “Area” of the circle. 3. Write a C++ program (named weightConverter.cpp) that ask the user to input weight in pounds and output the equivalent weight in kilograms. Output both the weights (pounds and kilograms) rounded to two decimal places. (Hint 1 kilogram == 2.2 pounds – use a constant). Upload to the assignment on UTC Learn your 3 source files and a PDF file demonstrating the correct operation of your programs. threeValueAverage.cpp circleAreaCircumference.cpp • weightConverter.cpp You do not have to complete error checking for this assignment. (If a user inputs a letter to your program, it is ok if it crashes. We will learn how to do error checking later).
Expert Answer
Answer to Assignment 04 1. Write a C++ program (named threeValueAverage.cpp) that accepts 3 integers from a user and then display … . . .
OR

