Submit: Turn in your Interpreter.java
source file
using the turnin command
on morbius.mscsnet.mu.edu or one of the
other Systems
Lab machines.
Work is to be completed individually. Be certain to include your name in the file. You may submit multiple times, but only the last turnin will be kept. The automatic submission system will not accept work after the deadline. (See turnin instructional video HERE. Note that the video is for a different course number, and that Morbius's domain name has changed since the video was made: morbius.mscs.mu.edu-> morbius.mscsnet.mu.edu)
Include a comment block at the very top of each file that contains the following:
/**
* COSC 4400 - Project 1
* Explain briefly the functionality of the program.
* @author [your name]
* Instructor [your instructor]
* TA-BOT:MAILTO [your email address]
*/
Project 1 is intended to serve as a quick review of Java, and a gentle introduction to the first few concepts in the textbook.
[Revised 2020 Aug 26 12:52 DWB]