Click here to Skip to main content
15,914,074 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
So I'm building an application where a user can enter various songs for a festival.
The programme will take its priority as well as length and try and fit it into the schedule.
I'm wondering how I go about representing the priority, name and length of the song and making sure there is time left in the schedule.

What I have tried:

I've tried using a hashtable, an array and an arraylist but I'm still stuck as to how to represent time in my programme.
Posted
Updated 1-May-22 10:31am

1 solution

See here: Java Date and Time[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900