Question: Need help doing this in Java language and running it in Command Prompt. Project #1 Description: Task #1 write a Java program that reads values

Need help doing this in Java language and running it in Command Prompt.
Project #1 Description: Task #1 write a Java program that reads values representing a time duration in hours, minutes, and seconds, and then prints the equivalent total number of seconds. For example, I hour, 28 minutes, and 42 seconds is equivalent to 5322 seconds. The following shows a sample interaction where the user's input is shown in bold. $ java TimeConversionToSecond enter hours: 1 enter minutes: 28 enter seconds 42 1 hours, 28 minutes, 42 seconds is equivalent to 5322 seconds
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
