21. What will be the output of the program if user enters the age as 8 n=int(input("Enter Your Age :")) if n>=18: print("'Eligible to vote") else: print("Not eligible to vote")
(a) Eligible to vote ( (
b) Not eligible to vote
(c) Error
d) None of the above
Answers
Answered by
0
Answer:
a ) eligible to vote as age should be lesser than 18.
Answered by
0
(a) Eligible to vote
Similar questions