Computer Science, asked by proplayernpl, 5 months ago

write an algorithm to ask nationality and age and check whether he can vote or not

Answers

Answered by KHANING
0

Explanation:

The heat required to convert 1 g of ice at –400C into steam at 1000C under normal pressure is

Answered by nonameforme70
1

Explanation:

This is a simple if else example in the python - Here, we will read the age of the person by using input() function and convert the entered age value to the integer by using int() function. Then we will check the condition, whether age is greater than or equal to 18 or not - if age is greater than or equal to 18, the person will be eligible for the voting.

Similar questions