CSC110 Project 3 Review - Working with Java If Statements

Опубликовано: 23 Февраль 2023
на канале: Logic Lambda
40
0

This project gets a year from the user, then calculates how far away that year is and determines if it is a leap year.

0:04 - The project description
0:33 - Creating a new Eclipse project
1:05 - Adding header comments
1:12 - Creating a constant for the current year
1:36 - Prompting the user for a year and having them verify their input
3:35 - Ignoring capitalization when comparing two strings
4:15 - Comparing the current year with the input year
7:05 - Checking for a leap year
10:20 - Testing