Ask Question
27 May, 04:07

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. 27 May, 05:26
    0
    true

    Explanation:

    else if used so I think it's true
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “The following code uses a nested if statement. if (employed = = 'Y') cout ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers