Computers and Technology
Computers and Technology, 05.05.2021 21:00, Easton777

Hello, I need a code C++ program that is a menu that includes the following: (It should run in CodeBlocks)-Include at least one if-else statement or switch -Include at least one while-loop (I want to ask the users if they want to run the menu (program) again (or include an input validation loop)
-Include at least one function that adds multiple choices (like if they want cookies and a cake they can add them up)
-Include at least one array (other than just a string), and use a loop to process it in some way
-Include the use of pointers or structures (any one of those or both)

My menu has:

-const int 1LB_Biscochos_COST = 3;
-const int 1LB_Cinnamon_Cookies_COST = 2;
-const int 1LB_Empanadas_COST = 4;
-const int Fudge_Cake_COST = 7;
-const int Vanilla_Cake_COST = 6;
-const int BDAY_Cake_COST = 9;

It should also ask for the customers name and generate the total cost for the purchase

I would really appreciate your help! Thanks in advance.

answer
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 21.06.2019 20:50, Lydiac9243
Write a method in the heapintpriorityqueue class called merge that accepts another heapintpriorityqueue as a parameter and adds all elements from the other queue into the current queue, maintaining proper heap order such that the elements will still come out in ascending order when they are removed. your code should not modify the queue passed in as a parameter. (recall that objects of the same class can access each other's private fields.)
Answers: 2
image
Computers and Technology, 21.06.2019 22:00, taniyahreggienae
What is the most important aspect of marking media? a. data labelingb. content descriptionc. electronic labelingd. classification
Answers: 2
image
Computers and Technology, 22.06.2019 06:50, Mordred809
Type the correct answer in the box. spell all words correctly. which view of report creation allows you to customize the report before the database program creates it? creating a report in allows you to customize the report before the database program creates it. pl asap
Answers: 1
image
Computers and Technology, 23.06.2019 09:30, shadowsnake
Write a function called checkfactor that takes two arrays of positive numbers, firstnumberrow and secondnumberrow. checkfactor checks if the first entry in firstnumberrow is divisible by the first entry in secondnumberrow, and performs the same operation on the next array elements until all entries have been checked. all the numbers are positive and the number of entries in the arrays are the same. the function should return the identified divisible numbers in two row arrays named firstdivisible and seconddivisible. restrictions: branches or loops should not be used. the code must use the internal mod and logical functions. hint: the mod function should be used to determine if two numbers are divisible. ex: for num1 and num2 if mod(num1,num2) is 0, then the two numbers are divisible. this is matlab
Answers: 2
Do you know the correct answer?
Hello, I need a code C++ program that is a menu that includes the following: (It should run in CodeB...

Questions in other subjects: