Question: (mousa) please I want the code in a copy and paste format and solve it by using #incloud thank you Write a C++ program that

(mousa)

please I want the code in a copy and paste format

and solve it by using #incloud

thank you

Write a C++ program that performs the following: (40 points) Prints on

screen a selection menu as follow: (13 points) (13 points) (13 points)

(1 point) (marks will be distributed equally between the branches of each

Write a C++ program that performs the following: (40 points) Prints on screen a selection menu as follow: (13 points) (13 points) (13 points) (1 point) (marks will be distributed equally between the branches of each main point except the last branch) a. Calculations. b. series, sum perfects and draw. c. 2 D Array. d. Exit. a. If user presses a or A, the following sub menu should be displayed: 1- If user presses 1, Write a code that will allow the user to enter three integers and order theseintegers from smallest to largest using functions. (Use function to enter the three integer numbers by the user and another function that receives the three integers and order them). 2- If user presses 2, The sum of the last and first digits: write a function that finds the sum of the first and last digits of any entered integer number by the user as the following example: x=1267, sum digits = 8). 3- If user presses 3, Max Prime: Write a function that reads in 10 prime numbers, then the program should find and print out the maximum prime number. (Any non-prime number will not be counted from the entered numbers). Hint: Use continue statement. 4- If user presses 4, Returm to the main menu.

Step by Step Solution

3.38 Rating (151 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

include include include include includ... View full answer

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 Programming Questions!