cws/cw01.tex
changeset 123 006f71e905a1
parent 110 e4b41cfcfaa7
child 125 b91ad3761732
--- a/cws/cw01.tex	Wed May 31 09:26:08 2017 +0100
+++ b/cws/cw01.tex	Thu Nov 02 14:47:55 2017 +0000
@@ -7,7 +7,7 @@
 \section*{Coursework 6 (Scala)}
  
 This coursework is about Scala and is worth 10\%. The first and second
-part are due on 16 November at 11pm, and the third part on 23 November
+part are due on 16 November at 11pm, and the third part on ??? November
 at 11pm. You are asked to implement three programs about list
 processing and recursion. The third part is more advanced and might
 include material you have not yet seen in the first lecture.
@@ -19,7 +19,7 @@
 submissions! They are not needed. This means you cannot use 
 \texttt{ListBuffer}s, for example. Do not use \texttt{return} in your
 code! It has a different meaning in Scala, than in Java.
-Do not use \texttt{var}! This declares a mutable variable. Make sure the
+Do not use \texttt{var}! This declares a mutable variable. ??? Make sure the
 functions you submit are defined on the ``top-level'' of Scala, not
 inside a class or object. Also note that the running time of
 each part will be restricted to a maximum of 360 seconds on my laptop.