Okay, let’s get to it. What do you think about this code, well, besides the fact that the JDK already provides the java.time.DayOfWeek enum? Let’s pretend it doesn’t. There’s actually…
Here’s another one on strings. The following method classifies the specified day of week into either a weekday or a weekend day (if that’s even a valid expression). Would that…