Sumários

R9.11

11 Novembro 2020, 15:00 José Campos

Programming exercises on functions II.


L9 -- Input and Output

11 Novembro 2020, 13:00 José Campos

Topics introduced and discussed: I/O.  In detail, we discussed how to input or read data into a software program, either from the keyboard or a computer file. You also learnt how to output or write data, either to a computer screen or to a computer file.


R9.12

9 Novembro 2020, 15:00 José Campos

Programming exercises on functions II.


R8.11

4 Novembro 2020, 15:00 José Campos

Programming exercises on functions I.


Functions II

4 Novembro 2020, 13:00 José Campos

Topics introduced and discussed: functions in more details. We discussed how to pass function names (and the arguments of those functions) as an argument of a function, discussed the subtle subject of passing mutable and immutable objects, anonymous functions, and recursion.