Ask Question

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

+3
Answers (1)
  1. 10 July, 04:15
    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 & 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