Skip to content
This repository was archived by the owner on Apr 8, 2022. It is now read-only.

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Java-Train-Schedule

We were asked lately, by one of our readers to help him with train schedule code which he needed for his application. The requirements for this code where as follows: the first train leaves at 6:00 am each day and the last train leaves at 23.00 pm. Trains run every 7 minutes. Those three values are not coded into our solution literally and can be provided as the constructor parameters. Here is the Java snippet.