Ask Question
8 October, 13:21

What is the output of the following code segment if the user enters 90 for the score? cout <> test_score; if (test_score < 60) cout << "You failed the test. " < 60) cout << "You passed the test."; else cout << "You need to study harder next time." << endl; Group of answer choices

+2
Answers (1)
  1. 8 October, 13:30
    0
    The output will be "You passed the test."

    Since 90 is greater than 60.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “What is the output of the following code segment if the user enters 90 for the score? cout test_score; if (test_score < 60) cout ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers