Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Translate the pseudocode into a C++ program.

Step by Step Solution

3.51 Rating (154 Votes )

There are 3 Steps involved in it

Step: 1

Dear Student below the C program as per t... 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_2

Step: 3

blur-text-image_3

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

Introduction To Statistical Quality Control

Authors: Douglas C Montgomery

7th Edition

1118146816, 978-1-118-3225, 978-1118146811

More Books

Students also viewed these Computer Network questions