im unable to work out my previousSecond() in Time class.

here is my code:



}void setHour(int hour){
if (hour >= 0 && hour <= 23){
this.hour = hour;
}else{