
November 27th, 2012, 02:18 PM
|
|
Registered User
|
|
Join Date: Nov 2012
Posts: 1
Time spent in forums: 16 m 56 sec
Reputation Power: 0
|
|
|
Help me! having trouble writing this program in c++!!
I have tried to write a simple c++ program for this question but i always seem to get the Boolean expression wrong. Can anyone help me by writing it?! I'm just starting out programming.
Write a complete C++ program (as you would type in the compiler) that finds the minimum of three test values for a particular student and then calculates the average of the other two tests as the final score. Use appropriate input, output variables and conditional statements (if-else). The program first finds the minimum value of three tests and then calculates the average points of the other two tests using the formula: average =( test1+test2+test3 –min value) (You will use the same formula) 2
Note: For Q1, you can type the program in the C++ compiler and execute it to obtain the appropriate output.
|