5. Write a program to input length of three sides of a triangle. Then check if these sides will form a triangle or not. (Rule is : a + b >,c ; b + c > a ; c + a > b ) sa 11 cs chapter 8, sa 11 ip chapter 5 / PythonCSIP CS IP 5. Write a program to input length of three sides of a triangle. Then check if these sides will form a triangle or not. (Rule is : a + b >,c ; b + c > a ; c + a > b ) Read More »
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 »