Question 1: Write a program that asks the user to input an integer and checks whether the integer is divisible by 4 or not. Please display the result on the screen.
Question 2: Write a program that asks the user to input two numbers and compares which one is larger. Please display the result on the screen.
Question 3: Write a program that asks the user to input an integer. If the integer is even, then divide it by 2 and display the result. If the integer is odd, then multiply it by 2 and display the result.