Computer Applications
Input a year. Display the message Leap year if the entered year has 366 days, otherwise display the message Not a leap year.
Related Questions
Input a name. If name is Kabir, then accept marks. If marks are >= 85, then display Good Performance else display Pass.
Accept the age of a person. Display the message Eligible For Role if the age is equal to or greater than 18, otherwise display the message Not Eligible.
Accept one character. Display the message Vowel if the entered character is a vowel, otherwise display the message Not a Vowel.