Which of the following pseudocode statements express the condition below?
A movie theater admits a customer free if he or she is under 2 years old or if he or she is 65 or older.
A) If age < 65 Or age >=2 Then
AdmissionPrice = 0
Else
AdmissionPrice = regularPrice
B) If age < 2 Or age <= 65 Then
AdmissionPrice = 0
Else
AdmissionPrice = regularPrice
C) If age > 2 Or age < 65 Then
AdmissionPrice = 0
Else
AdmissionPrice = regularPrice
D) If age < 2 Or age >=65 Then
AdmissionPrice = 0
Else
AdmissionPrice = regularPrice
Correct Answer:
Verified
Q25: The Math class in JavaScript has the
Q26: A _ occurs when two or more
Q27: Which of the following sets of conditions
Q28: The keywords And, Or, and Not, are
Q29: Which of the following is considered a
Q31: Which of the following pseudocode statements expresses
Q32: Which of the following uses the unary
Q33: And and Or are called _ because
Q34: The Not operator, which is placed before
Q35: A(n) _ is a tool for expressing
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents