Write a program to enter the numbers till the user wants and at the end it should display the count of positive, negative and zeros entered.
Write a function that takes in age as input and returns if that person is eligible to vote or not. A person of age > 18 is eligible to vote.
Two numbers are entered by the user, x and n. Write a function to find the value of one number raised to the power of another i.e. x^n.