Computer Science, asked by 4427, 10 months ago

please it's a humble request that not to give irrelevant answers otherwise I will report it​

Attachments:

Answers

Answered by Vyomsingh
1

Answer:

PLEASE MARK ME AS BRAINLIST ❤️ ❤️ T

Attachments:
Answered by anindyaadhikari13
4

<hr/>

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.");

}

}

<hr/>

Similar questions