Question: Your local charity has tasked you with writing a computer program that calculates the average of the donations made by 3 donors. The program should
Your local charity has tasked you with writing a computer program that calculates the average of the donations made by 3 donors. The program should ask for the name of each donor, ask for the amount donated by each donor, and calculate the average. The output of the program should display the donor name, the amount donated for each donor. The program should finally output a message that shows the average donated amount. Example output: Tyra 50 Nathaniel 30 Lillian 10 Average of these donations is: 30 First, describe your algorithm using pseudocode. Translate the pseudocode into a C++ program. You must comment your program including comments at the top of the file that explains what the program does and comments for every line of code that explains what is happening for the line of code. Apply troubleshooting and testing strategies to ensure your code compiles, runs, and provides accurate results. Submit 2 files: Your Word document with your pseudocode.
Please make copy paste available
Please write in C++
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
