please it's a humble request that not to give irrelevant answers otherwise I will report it
Attachments:
Answers
Answered by
1
Answer:
PLEASE MARK ME AS BRAINLIST ❤️ ❤️ T
Attachments:
Answered by
4
class Year
{
public static void main(int year)
{
if(year%100==0&&year%400==0)
System.out.println("Leap Year.");
else if(year%4==0)
System.out.println("Leap Year.");
else
System.out.println("Leap Year.");
}
}
Similar questions
Computer Science,
4 months ago
Social Sciences,
4 months ago
English,
4 months ago
History,
10 months ago
English,
10 months ago
Social Sciences,
1 year ago