Md Ashikur Rahman Ashik’s Post

View profile for Md Ashikur Rahman Ashik, graphic

Full-Stack Developer (C#.NET) | C# | SQL | XML | HTML | JavaScript | CSS | ADO.NET | MVC| ASP.NET Core| Angular| React and Maui Student Of IDB-BISEW IT Scholarship

 ----------#leap #year #Check------------ using System; class Program {   static void Main()   {     Console.Write("Enter a year: ");     int year = Convert.ToInt32(Console.ReadLine());     if (IsLeapYear(year))     {       Console.WriteLine($"{year} is a leap year.");     }     else     {       Console.WriteLine($"{year} is not a leap year.");     }   }   static bool IsLeapYear(int year)   {        return (year % 4 == 0 && year % 100 != 0) || (year % 400 == 0);   } }

Md.Moniruzzaman Monir

Full Stack Developer |C#, ASP.NET, Angular, React

2mo

Synergy Interface Ltd.

Like
Reply

To view or add a comment, sign in

Explore topics