I would like the students to complete a Java application with arguments from the command line, and I couldn't find a way to do a test to validate it: where do I have to write the arguments in the test cases boxes?
Thank you!
I would like the students to complete a Java application with arguments from the command line, and I couldn't find a way to do a test to validate it: where do I have to write the arguments in the test cases boxes?
Thank you!
public static void main(String[] args) {
if (args != null && args.length > 0)