Question: (4 pts) Problem 1 Uniz time is a time system commonly used in software. In this system, a point in time is represented as the
(4 pts) Problem 1 Uniz time is a time system commonly used in software. In this system, a point in time is represented as the number of seconds that have elapsed since midnight on January 1, 1970. This has the benefit of being easily storable as a single number, but obviously it's not very human-readable. Within your Lab2 folder, write a program named UnixTiseConverter.java that lets the user enter an input in Unix time. Your program should then compute and show that number as a combination of days, hours, minutes, and seconds. Store those four quantities into variables before displaying then. Use the same algorithm that we did in the change making program that we wrotc in lccture. Here's an example of what your completed program might look like when you run it. Underlined parts indicate what you type in as the program is running. Enter a Unix time: 21388 day(s) 22 hour (s) 24 minute(s) 17 second(s)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
