repl.it
link Guidance for the item(s) below:
There is no formal tutorial in this week.
Attempt this question by yourself. The model answer will be released later.
Design test cases for the day
parameter
day
of this method?
/**
* Returns true if the three values represent a valid day
*/
boolean isValidDay(int year, int month, int day){
}
day
in the question above?