Computer Science, asked by lax06, 7 hours ago

Write a Q basic program to input a year in yyyy format and check whether the entered year is leap year or not.

Answers

Answered by Angeldiya85
5

Answer:

2000 is a leap year...

A leap year is exactly divisible by 4 except for century years (years ending with 00). The century year is a leap year only if it is perfectly divisible by 400.

Answered by Itzpureindian
1

Explanation:

divisible by 4 but not 100]. 20 mins. QBasic Programming. REM CLS INPUT “ENTER YEAR”; ...

Similar questions