Question: misp program Write a program that calculate the Area of circle Write a program that takes a year from user and print whether that year

Write a program that calculate the Area of circle Write a program that takes a year from user and print whether that year is a leap year or not the year is leap if the year must be divisible by 4 . OR If the year is divisible by 100 , it must also be divisible by 400 . \# Input: Requests year print Enter the year \# read the year \#if(year %4==0 )OR(year %100==0 andyear %400==0 )
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
