Ask Question
5 February, 12:10

The following code uses a nested if statement.

if (employed = = 'Y')

cout << "Employed!" << endl;

else if (employed = = 'N')

cout << "Not Employed!" << endl;

else

cout << "Error!" << endl;

a. True

b. False

+5
Answers (1)
  1. 5 February, 15:55
    0
    true

    Explanation:

    else if used so I think it's true
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “The following code uses a nested if statement. if (employed = = 'Y') cout ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers