This is homework number zero
, because as we all know, good computer scientists ALWAYS start
counting at zero.
Learning outcomes — For this homework, you will ensure that your development environment is set up and working properly. Thus, you should accomplish the following activities:
fancy characterstuff; if you have any doubt, try using it to type in a Javascript program that you know works, like a script that alerts something enclosed in double-quotes, then copy it and paste it into the JavaScript
runner
GeekPervare probably sub-optimal]
repo] in your project to hold all your homework assignments for the semester; then create a project and name it
CMSI-186_Projects. Please name it EXACTLY that, otherwise I won't be grading your submissions this semester
Addition for Spring 2020 and later: you can also name your repo CMSI-186_<name>
where <name>
is some form of your name. For example, you might name your repo
CMSI-186_Bobif your first name is
Bob.
folder] in your project, named
homework00; please name it EXACTLY that, otherwise I won't be grading this homework submission
Greeter.java
.Greeter that was discussed in
class; make sure the output is what you expect.upload filesbutton to get the upload screen. Drag and drop the file
Greeter.javato the upload area to
stagethe file. [You can do multiple files, but you won't need to for this exercise.]
commit changesbutton to commit the
Greeter.java program
to your homework00directory for evaluation.
Notes:
areayou are now using is officially known as a
repositoryand informally as
your gitor
your repo, so don't freak out when you see those words used. When a task or instruction says
commit to your repositoryor
commit to your gitor even just
commit, it just means you are uploading the data to your GitHub area.
desktopversion which I usually use to download your submissions for evaluating them; you can get it for free from Git. There is also a command line way, which one of our stellar TAs will be giving a class on during the first or second week.
Submission Guidelines: Make a sub-directory in your repository as mentioned above,
called homework00
and commit your
Greeter.java source code into
it. DON'T FORGET TO ADD A COMMIT COMMENT!