[問題] 請幫幫忙
Please complete the following declaration and implementation:
public class Time24m
{
private double hours;
public Time24m(double hrs)
{
if (hrs < 0)
throw new (
);
while (hrs > 24) ;
= hrs;
}
public boolean isLatter(Time24m t)
{
if ( )
return true;
else return false;
}
. . .
}
看不太懂這題
請各位大大幫幫忙
感謝
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 210.60.29.1
→
11/12 20:48, , 1F
11/12 20:48, 1F