In my Java code I want to define integer numbers by the command-line arguments. As below:
int z = Integer.parseInt(args[3])
If I define my Pr