CSC403: Homework

Contents [0/4]

Review Homework [1/4]
Homework [2/4]
Uploading homework [3/4]
How to talk about code via email or on Discord [4/4]

(Click here for one slide per page)


Review Homework [1/4]

Homework [2/4]

Uploading homework [3/4]

After you have completed the assignment, save your work in IntelliJ IDEA and use drag-and-drop to upload the file to D2L.

The following diagrams illustrate how you will upload your homework files. Note: These diagrams are examples from an earlier course I taught. When you look in D2L, the folder you should upload to should be obvious.

submit-hw-1
submit-hw-2
submit-hw-3
submit-hw-4

If drag-and-drop does not work, you can use an alternative method and click Upload.

Be very careful to upload a .java file from the src directory.

Do not upload a .class file from the bin directory.

submit-hw-5

Make sure you see the file you uploaded under the Upload button, and then click Add.

submit-hw-6

Make sure you click Submit. D2L should send you an email confirming your submission.

submit-hw-7

How to talk about code via email or on Discord [4/4]

If you want advice about an error, send me email, doing one of the following.

If you have a problem getting a program to work and you want me to look at some of your code in more detail, send me email with the following three things.

  1. Your java file as an attachment.

  2. A description of how the output of the program is different from what you expected.

  3. The output of your program, if it runs.