Computer Science, asked by misbabatool95, 2 months ago

: A certain grade of steel is graded according to the following condition:
1. Hardness must be greater than 40
2. Carbon contents must be less than 0.8
3. Tensile strength must be greater than 5000
The grades are as follows:
 Grade is 10 if all the three conditions are met.
 Grade is 9 if conditions 1 and 2 are met.
 Grade is 8 if conditions 2 and 3 are met.
 Grade is 7 if conditions 1 and 3 are met.
 Grade is 6 if only one condition is met.
 Grade is 5 if none of the conditions are met.
Write a C++ program which will require user to give values of hardness, carbon content and tensile strength of the steel under consideration then determine the grade of steel and outputs the grade of the steel.

Answers

Answered by vishakha0987
0

Explanation:

kya nznxzjs to the answer

Similar questions