Computer Science, asked by agrawalsimi665, 1 day ago

computer questions class 8 ICSE​

Attachments:

Answers

Answered by ansh674928
0

Answer:

# getting input 

age = int(input("Enter your age: "))  

# if-else statement 

if (age > 18): 

print("Eligible to Vote") 

else: 

print("Not eligible to vote" 

please mark me as a brilliant

Similar questions