Question: For Java Write a method called dayOfWeek that accepts an integer as a parameter representing what day of the year it is out of 365
For Java

Write a method called dayOfWeek that accepts an integer as a parameter representing what day of the year it is out of 365 with 1 being the first day of the year and 365 being the last (for example: 142). Your method should calculate and return what day of the week the given day falls on. You should integers to represent the days of the week ( 0 being Sunday, 1 being Monday, 2 being Tuesday, ..., 6 being Saturday). You should assume that the first day of the year is a Wednesday. Below are some example method calls and the value they would return
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
