Create a copy of the app Check02U.java and call it Check02V.java
(To do this, select the file Check02U.java in the package browser, choose Edit -> Copy, then Edit -> Paste; you will be prompted for a new name)
Do the following in addition to what you did in step 1.
Create an expression that will calculate the number of milliseconds per day. (e.g., a second has 1000 msec, a minute has 60 sec, an hour has 60 minutes, a day has 24 hours).
Store the result in a variable called MSEC_PER_DAY.
The variable should be declared as type int.
Now print out the number of milliseconds per day, in the format below:
