| 1. | public class Myfile Select how you would start the program to cause it to print: Arg is 2 |
|||||||
Answer: Option C Explanation: Arguments start at array element 0 so the fourth arguement must be 2 to produce the correct output. |
