Answer:
c. score > 90/"Nice try" / "Great job"
Step-by-step explanation:
Given
if (XXX)
cout << YYY;
else
cout << ZZZ;
Required
Replace XXX, YYY, ZZZ with right parameters
From the question, we understand that:
XXX represents scores greater than 90.
This means:
![XXX = score>90](https://img.qammunity.org/2022/formulas/computers-and-technology/college/olg3m5wmzfcgspfoadp0vff6is3dpxpgh3.png)
Also, we understand that
YYY represents stands for string "Great job"
This means:
![YYY =](https://img.qammunity.org/2022/formulas/computers-and-technology/college/au9fqono00gd0dqzxm96652hivu3llst03.png)
Lastly,
ZZZ represents string "Nice try"
So, we have:
![ZZZ =](https://img.qammunity.org/2022/formulas/computers-and-technology/college/c9o53z0wse8uskny86tk06chfthtnjqorv.png)