Ask Question

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

+1
Answers (1)
  1. 16 May, 10:36
    0
    Which language is this in?

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

    return true;
Know the Answer?
Not Sure About the Answer?
Find 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 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