4. A year is a leap year if it is divisible by 4, except that years divisible by 100 are not leap years unless they are also divisible by 400. Write a program that asks the user for a year and prints out whether it is i leap year or not. sa 11 cs chapter 8, sa 11 ip chapter 5 / PythonCSIP CS IP 4. A year is a leap year if it is divisible by 4, except that years divisible by 100 are not leap years unless they are also divisible by 400. Write a program that asks the user for a year and prints out whether it is i leap year or not. Read More »
3. Write a program that asks the user for two numbers and prints Close if the numbers are within .001 of each other and Not close otherwise. sa 11 cs chapter 8, sa 11 ip chapter 5 / PythonCSIP CS IP 3. Write a program that asks the user for two numbers and prints Close if the numbers are within .001 of each other and Not close otherwise. Read More »