Instructions for using the submit command To submit your solution, you need to have a departmental computer account. If you do not have one, then see a lab monitor in Lassonde 1006. They will be able to set up an account for you. For Assignment 4, your Java source code should be stored in a file called A4.java . (You should only have changed the SelectAssignment routine.) If you wish to declare that you have discussed your solution with other students, type your declaration in a plain text file called declaration.txt and submit it using the same procedure described below. To submit your solution to assignment 4, run the following Linux command from your cs account: submit 3101Z a4 A4.java You can also submit multiple files by typing, for example, submit 3101Z a4 A4.java declaration.txt If you realize that you would like to change one of your submitted files, just submit the new version of the file using the same command as above; the new version will replace the old version. (Of course, this must be done prior to the assignment deadline.) You might want to test out submitting a file prior to the deadline, just to make sure that you know how it works, since you can always resubmit later. If you get an error message when submitting, type "man submit" to get an explanation of the error message. You do not have to come to campus to run the submit command. You can also do it by logging into one of the department's machines remotely. Instructions for doing this are at: https://wiki.eecs.yorku.ca/dept/tdb/login:sshsupport