Step 1:


Add the following comment block at the top of the file. Fill it in with your name (family names, given names), and your student number. Read the declaration.
/**
* Name: Last Name, First Name
*
* Student Number: xxxxxxxxx
*
* Declaration: I hereby assert that this application was written by me. I
* understand that it is a violation of the Senate Policy on Academic
* Honesty for me to submit someone else's work without identifying it as
* such and that this is a form of cheating. I also understand that if it is
* discovered that I have committed a breach of Academic Honesty for
* cheating or any other charge, then the full extent of available penalties
* may be brought against me.
*
*/




The class System has a service that will report the difference, measured in milliseconds, between the current time and midnight, January 1, 1971.

Use the service in your application. See Lab L2.5 (p85 2ed, p89 3rd ed).

Store the returned value in a variable called
numMillisecondsElapsed and print out the variable's value.

The output will look something like this (but the number will be larger)

Pasted Graphic 1