Hi,
I have a question.
Let's say I want to make a simple java program where the first argument
passed to the java program is doubled and returned. I.e the reult of doing:
java Double 5 - would return 10.
This is turning out to be really hard as I have no idea how to "access" this
argument in java. If someone could help me out that would be really cool.
Thanks
I have a question.
Let's say I want to make a simple java program where the first argument
passed to the java program is doubled and returned. I.e the reult of doing:
java Double 5 - would return 10.
This is turning out to be really hard as I have no idea how to "access" this
argument in java. If someone could help me out that would be really cool.
Thanks
Comment