#Java Question
14 messages · Page 1 of 1 (latest)
⌛ This post has been reserved for your question.
Hey @wet yoke! Please use
/closeor theClose Postbutton above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
what have you done so far
Do you mean by projects or java basics i've covered so far?
show the class files please
also how far have you gotten. do you have the two MyTime objects initialized?
what you've done in this task so far
what part are you stuck on exactly
like how do i collect two objects diffrence with a method
or what should be proper way of doing so?
Calculate the total number of seconds in your time objects and subtract one from the other to get the difference, then you can convert that difference into hours/minutes/seconds again if you want.
If you want more specific help than that, you’re gonna wanna show us your existing code so we can see what you’re working with.