作者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