Question: C++ Programming: Conditional Statement. Please include detailed comments on your code so it is easy to understand what has been done. Please help answer all.

C++ Programming: Conditional Statement. Please include detailed comments on your code so it is easy to understand what has been done. Please help answer all. Thank you very much.

Question 1 (Please include detailed comments on your code so it is easy to understand how it is done)

C++ Programming: Conditional Statement. Please include detailed comments on your code so 

Question 2: (Please include detailed comments on your code so it is easy to understand how it is done)

Based on the below program (at the end of this question), which displays a number between 10 and 19 inclusive, modify the program so that it displays 3 numbers between 1 and 6 inclusively. The program then displays the product of the 3 numbers. One of the messages may be displayed in each of the following cases: - Bravo, if the product of the three numbers is greater than 140. - Very Good, if the product of the three numbers is strictly greater than 108, but less than or equal to 140. - Good, if the product of the three number is strictly greater than 50, but less than or equal to 108. - Failure in the other cases.
Example 1: The first number is 5. The second number is 6. The third number is 4. The product of the three of is 120. Very good.
Example 2: The first number is 1. The second number is 2. The third number is 3. The product of the three of is 6. Failure.

Below is the picture of the code for the program that need to be used for this question.

it is easy to understand what has been done. Please help answer

Please include detailed comments on your code so it is easy to understand how it is done

Question I (Please include detailed comments on your code so it is easy to understand how it is done) Write a program that reads 3 names of students along with their averages in the computer course. The program displays student names in descending grade order. Whether the user enters a score greater than 100 or less than 0 , the program wil1 not diaplay the sorted names, but ratheI an error message. The program must suppert number with conma such as 99 s. 9 . Example 1: Give the Iirat name: Jean Give his score: 65.75 Give the second name: Arnold Give her score: 79 Give the third name: Mehdi Give his gcore: 85.25 The descending order of the soores is: Mahil Arnold Jeans Fxample 2: Give the firat name: A11 Give his zcore: 25 Give the second names Bernard Give his score: 69 Give the third name: Juan Give his score: 34 The scores must be between 0 and 100 inclusive! Example 3: Give the tirat nate: Ali Give his ycore: 25 Give the second name: Bernard Give hia score: 69 Give the third name: Juan Give his acore: 31 The scores must be between 0 and 100 inelusivel Edit Format Vinus Help iclude ciostreams clude cctimes Ing naitespace std; id main(void) 1/ main Progrante Int aleatoire; //0 taration of variables cout

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!