Question: A program stores test scores in two int variables named myScore and expectedScore. Write the C++ code to compare the two scores and then display
A program stores test scores in two int variables named myScore and expectedScore. Write the C++ code to compare the two scores and then display one of the following messages: “I met my expectations”, “I scored higher than expected”, or “I scored lower than expected”
Step by Step Solution
3.40 Rating (162 Votes )
There are 3 Steps involved in it
if myScore expectedScore cout I met my ... View full answer
Get step-by-step solutions from verified subject matter experts
