
Example 2 if else statement: statement: Write a program in c++ that input your marks and calculate your percentage if percentage is less than 33 then it display that “sorry you are fail” otherwise you it show the message “congratulation you are pass” . your total marks is 850? Logic: The main logic in this example we...