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".