Discover the answers you need at Westonci.ca, a dynamic Q&A platform where knowledge is shared freely by a community of experts. Our platform provides a seamless experience for finding precise answers from a network of experienced professionals. Our platform provides a seamless experience for finding reliable answers from a network of experienced professionals.

itsc 1212 project 2 the objective of this project is to apply the concepts covered in modules 3 and 4. for this activity, you will practice creating methods that accomplish a specified behavior. a non-conventional time conversion your task for this project is to complete the five methods outlined in the starter code provided for this project. download the files timeconversion.javadownload timeconversion.java and timeconversiondriver.javadownload timeconversiondriver.java and open them in your ide. to start you will notice that timeconversiondriver.java shows errors. this is to be expected as our program is not yet complete. we need to add enough logic to the timeconversiondriver and timeconversion classes so that when the timeconversiondriver class is executed (run) it asks the user to enter a number that represents the number of seconds to be converted then outputs information about converting this value to some non-conventional time units. the majority of code you need to add will be in the timeconversion class. the starter code includes comments for what you need to do. part a - 5 points complete the timeconversiondriver class to ask the user to enter a tim