I kindly need more direct help please.
This is what I have done so far or (trying to do), .... So basically 2 things (1)That is, an alarm clock that stores the time that the alarm is set to. (2) That time can be changed...
Sincerely appreciate the help.
public class Alarm
{
private int hour;
private int minute;
public Alarm()
{
hour = 12;
minute = 30;
}
public void setWakeUpTime(int hour,int minute)
{
hour.setWakeupTime(hour);
minute.setWakeupTime(minute);
}
public void changeWakeUpTime(int hour, int minute)
{
changeWakeUpTime = setWakeUpTime;
}
}
This post has been edited by skyhawk133: 02 December 2005 - 12:37 PM

New Topic/Question
Reply



MultiQuote





|