Question: This is C++! Write a C++ program to display a hot beverage menu and prompts the user to make a selection. A switch statement determines

This is C++!

Write a C++ program to display a hot beverage menu and prompts the user to make a selection. A switch statement determines which item the user has chosen. A do-while loop repeats until the user selects item E from the menu to exit, any other selection should display the item selected and the price. The choices and prices are:

Coffee $1.00

Tea $ .75

Hot Chocolate $1.25

Cappuccino $2.50

Latte $3.75

Solution (paste your code below)

Write a C++ program that manage the students grades. Starting with a fixed number of students (use 10 for simplicity) the user will input the grades for each student. The number of grades is given by the user. The grades are stored in an array. Two functions are called for each student. One function will give the numeric average of their grades. The other function will give a letter grade to that average. Grades are assigned on a 10-point spread.

90-100 A

80- 89 B

70-79 C

60-69 D

Below 60 F

Solution (paste your code below)

Chould you please be kind enough and tyoe these code in detail? Thank you and have a good one!

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!