Create a copy of the app Check02V.java and call it Check02W.java
Use division in order to determine approximately how many days have elapsed since 1971. Store the value in a variable called daysElapsed. Declare this variable to be type long. Print out the variable daysElapsed to the console in the format shown below.
Since there are generally 365 days per year, use this as the denominator and daysElapsed as the numerator in order to determine how many years have elapsed since 1971. Store the value in a variable called yrsElapsed. Declare this variable to be type long. Print out the value in the format shown below.
The output should look something like this:
