This lab has four different parts: an introductory section using Java, an Ada exercise, a Clojure (LISP) exercise, and a Ruby exercise. You are to complete all four parts.
While everyone should begin with the Java introduction, the three exercises are independent of one another, so the order in which you do them does not matter.
Turn in. Each of the four parts requires you to create script files containing source code and execution traces. When you have completed them, use cat to create a single file that contains all of your results:
cat script.java script.ada script.clojure script.ruby > lab01-resultsThen submit your work by copying that single file into your personal folder in /home/cs/214/current/:
cp lab01-results /home/cs/214/current/yourUserName
replacing yourUserName with your login name.
The grader will access and grade your results from there.