Chapter 11 Paper
Chapter 11 Paper
Long Questions 28
1) Write a program that inputs a number and finds whether it is even or odd using if-else
structure?
2) Write a program that inputs a year and finds whether it is a leap year or not using if
else structure?
3) The following program inputs a character and displays whether it is a vowel or not?
4) Write a program that inputs a number from user and determines whether it is positive
negative or zero?