hi dudes...
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)
{
....
}
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...