[solved] – Question 73178
13: Write a code that performs the following: Ask a user to enter the exam score. If the score is between 0 and 69, write “ You failed the exam.” If the score is between 70 to 85, write “ Your grade is satisfacory.”, if the score is between 86 to 96, write “ Your grade is very satisfactory.”, if the score is 97 to 100 , write “ Your grade is excellent.”.
Expert Answer
OR

