Ask Question
5 April, 20:43

Given the variables isfulltimestudent and age, write an expression that evaluates to true if age is less than 19 or isfulltimestudent is true.

+2
Answers (1)
  1. 5 April, 22:45
    0
    Which language is this in?

    if (age<19||isfulltimestudent==true)

    return true;
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Given the variables isfulltimestudent and age, write an expression that evaluates to true if age is less than 19 or isfulltimestudent is ...” 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