Create a copy of the app Check02P.java and call it Check02Q.java
(To do this, select the file Check02P.java in the package browser, choose Edit -> Copy, then Edit -> Paste; you will be prompted for a new name)
Now print out the name of your operating system. Look at Figure 2.22 (p87 3ed, p91 3rd ed) to see the key name that you should use with the getProperty method in order to have it return the os name.
Print both your name and your operating system with the format as specified below:
Note that your OS will be either Windows or Linux during the labtest (whereas the sample output was produced on a Mac).
