icyGS / Krish-CSA

Apache License 2.0
0 stars 2 forks source link

FRQ 1 - Methods and Control Structures #11

Open icyGS opened 1 year ago

icyGS commented 1 year ago

Score: 2.7+/3

Reqs

Implement FRQ1 in Spring project, use Spring Portfolio mvc/calendar for starter code:

Enhance APIs and @RestController to work with the all POJOs and APCalendar

Checking if 2000 is a leap year (true)

Screen Shot 2022-11-17 at 11 43 44 PM

Checking if 2022 is a leap year (false)

Screen Shot 2022-11-17 at 11 45 02 PM

Checking is 2020 is a leap year (true)

Screen Shot 2022-11-17 at 11 45 51 PM

First day of year of 2022 (Saturday so 6)

Screen Shot 2022-11-17 at 11 47 02 PM

Day of Year of 11/17/2022

Screen Shot 2022-11-17 at 11 51 00 PM

Number of Leap years between 2000 and 2006 (should be 6)

Screen Shot 2022-11-17 at 11 53 57 PM

Day of week of 11/17/2022 (should be Thursday so 4)

Screen Shot 2022-11-17 at 11 56 02 PM

Debugging

In order to debug, we used the VSCode debugger in order to help us find the route of problems and overall just increase our productivity

Screen Shot 2022-11-18 at 8 37 25 AM
jm1021 commented 1 year ago

2.7