Hello,
Section 4 of the project requirements (https teaching.csse.uwa.edu.au units CITS2002 projects project1.php) says that
Which makes sense- but how far does not being tested with "invalid expressions" go? Can we assume that all functions that a...
Oops Directly after posting I saw this article (https secure.csse.uwa.edu.au run help2002?p np opt B240 year 2024) which is very similar... So now I'm only really looking for an answer to the empty braces question
Hello
I'm currently working on functions and have two questions
- Should attempting to print a function with no return yield a 0 or an error
- Does a function with no inputs use empty brackets when called
For example, take the ML code
x - 1
y - 2...