Computer Science 3200
Fall 2015
Section 001
Programming Assignment 0

Assigned: Tuesday, August 25
Due: Wednesday, September 2, 11:59pm

Table of contents

  1. Note about this assignment
  2. The assignment
  3. Submitting your work


Note about This Assignment

The purpose of this assignment is just to ensure that you know how to log into Linux, compile and run a program, and submit your solution.


The Assignment

Log into Linux. Start a terminal. Create a directory to hold your CSCI 3200 submissions, and a subdirectory of that to hold assignment 0. Open a text editor. Get assn0.java.

Compile and run the program. It will ask you for two numbers. Copy

  6456477721591 6456492967333
into the terminal and hit enter. Record the answer and save it into a file called answer.txt.


Submitting Your Work

Normally, you would not submit my work as your own, but this assignment is just to get you some experience to using Linux. In the directory that contains your work, run command

  ~abrahamsonk/3200/bin/submit 0 assn0.java answer.txt
You should get a reply that the submission was successful. See submitting assignments.