equal
deleted
inserted
replaced
5 \begin{document} |
5 \begin{document} |
6 |
6 |
7 \section*{Coursework 6 (Scala)} |
7 \section*{Coursework 6 (Scala)} |
8 |
8 |
9 This coursework is about Scala and is worth 10\%. The first and second |
9 This coursework is about Scala and is worth 10\%. The first and second |
10 part are due on 16 November at 11:00, and the third part on 23 November |
10 part are due on 16 November at 11pm, and the third part on 23 November |
11 at 11:00. You are asked to implement three programs about list |
11 at 11pm. You are asked to implement three programs about list |
12 processing and recursion. The third part is more advanced and might |
12 processing and recursion. The third part is more advanced and might |
13 include material you have not yet seen in the first lecture. |
13 include material you have not yet seen in the first lecture. |
14 Make sure the files you submit can be processed by just calling |
14 Make sure the files you submit can be processed by just calling |
15 \texttt{scala <<filename.scala>>}. |
15 \texttt{scala <<filename.scala>>}. |
16 |
16 |