Homework 4: Java and the command line
2013-02-05
Feb 13, 11:59PM
Working in your repository from
185 HW3, create the folder
homework/185/hw4
, add the files needed for the questions below,
commit your work, push to your Bitbucket account, and email me when you're
done.
Write two Java programs that print Hello Joel!
, or whatever your name is.
The two versions should determine the name to print by:
- Using the value of the environment variable
USER
.
- Using the first command line argument.