CSC300: Homework (MyBasicJava)

Contents [0/3]

Homework (MyBasicJava) [1/3]
Uploading homework [2/3]
How to talk about code via email or on Discord [3/3]

(Click here for one slide per page)


Homework (MyBasicJava) [1/3]

Uploading homework [2/3]

After you have completed the assignment, save your work in IntelliJ IDEA and use drag-and-drop to upload the file to D2L. Note that in the images that follow, the file name is different. Your homework file for Week 1 is in the package ds1.student and it is called MyBasicJava.java.

The following diagrams illustrate how you will upload your homework files. Note: These diagrams are old, so ignore the filename here, but they illustrate how to submit a homework file. You need to submit MyBasicJava.java.

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 [3/3]

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.