Ask Question

Given two variables, isempty of type boolean, indicating whether a class roster is empty or not, and numberofcredits of type int, containing the number of credits for a class, write an expression that evaluates to true if the class roster is empty or the class is exactly three credits.

+5
Answers (1)
  1. 28 August, 08:33
    0
    (isempty || (numberofcredits = = 3))
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Given two variables, isempty of type boolean, indicating whether a class roster is empty or not, and numberofcredits of type int, ...” 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