hi dudes...
i need to finish this sample task asap, could anyone look n respond asap?
i have this syntax,
the condition is this trans_possible will return true if the time is with in 4.45pm else it will return false.
with that the other requirements are,
it should take both arguments >> hours and minutes.
hour is in 24 format >> 0 to 23
minute is in 59 format >> 0 to 59
with these details, i need the body of the class, i dont need conversion of hour to minutes.
thanks in advance
regards,
leo
i need to finish this sample task asap, could anyone look n respond asap?
i have this syntax,
Code:
public boolean trans_possible(int hours, int minutes)
{
....
}
with that the other requirements are,
it should take both arguments >> hours and minutes.
hour is in 24 format >> 0 to 23
minute is in 59 format >> 0 to 59
with these details, i need the body of the class, i dont need conversion of hour to minutes.
thanks in advance
regards,
leo
Comment