作者ele24 (小綿羊)
站內Ajax
標題[問題] 請幫幫忙
時間Mon Nov 12 10:06:40 2007
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
1F:→ TonyQ:你走錯版了 , 這不是Javascript 11/12 20:48