Q5. Give the output of the following program:
LET AGE= 15
IF AGE<18 THEN
PRINT " You are an adult"
ELSE
PRINT"You are a minor"
END IF
END
Answers
Answered by
0
Answer:
You are an adult
Explanation:
You gave the question as age<18 (it means that if the age is below 18)
Print - You are an adult,
But if you typed the question wrong then the answer is- You are a minor
Similar questions