answersLogoWhite

0

#include

#include

void main()

{

int y;

clrscr();

print f ("enter a year");

scan f ("%d",&y)

(y%100==0):((y%400==0)?print f("% d is leap year",y):print f("%d is not leap year",y):((y%4==0)? print f ("d is leap year",y): print f ("%d is leap year",y): print f ("%d is not leap year,y));

getch();

}

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Write a program to check whether a given year is leap year or not using ternary operator?

leap yr = ((y%100!=0 && yr %400==0)?1:(yr%4==0)?1:0; leap yr =1; printf ("leap yr"); else printf ("not leap yr");


is this conditional true or falseIf a year has 366 days, then it is a leap year.?

true


How do you write a program in java to check a year leap year or not and display the proper message?

You can use a number of nested "if" commands. The rules are the following: If the year is a multiple of 400, it IS a leap year. Else, if the year is a multiple of 100, it's NOT a leap year. Else, if the year is a multiple of 4, it IS a leap year. Else it's NOT a leap year. In Java, to check for divisibility, you use the "%" operator, which gives you the remainder of a division. For example: if (year % 400 = 0) ... To show results on screen, you use: System.out.println(...)


Mao's program to increase production?

Great Leap Forward


What program was intending to overcome the backwardness of China's economy technology and industry?

the Great Leap Forwardthe Great Leap Forward


Write a shell program to check and display 10 leap years?

dono


What is the program in c to check whether a year is leap year or not in simple way?

If the year divides evenly by 4 it's a leap year. If it's a century year it has to divide evenly by 400. 2000 was a leap year. 2100 will not be a leap year.


'write a program to check whether given year is a leap year or not?

#include using namespace std;int main(){short numberOfDays = 0;cout > numberOfDays;if (numberOfDays == 365){cout


C program to generate a list of leap years between 1900 -2000?

3900


What program was designed to stop opposition to the Chinese communist party?

The Great Leap Forward


What is a ballet leap using four letters?

jete


Which program was intended to overcome the backwardness of China's economy technology and industry?

Great Leap Forward