ANONYMOUS wrote:
> Hello,
>
> This is probably a stupid question but since the results are compared using automated marking I want to clarify something.
There are no stupid questions. Only stupid answers.
> >The only 'true' output produced by your translated and compiled program (when running) is the result of executing ml's print statement.
>
> Should the print statements in our translated c files contain a ā\nā at the end so that results print to individual lines or should print statements just contain what they are required to print without a new line character.
>
> Thanks
I think either will be accepted since it wasn't specified if ml print statement will print a newline at the end or not. I think logically it would make more sense if ml did print a new line. In other words, if your output doesn't match the tests the marker (should) check to see the output, if the output is correct and it's only a formatting issue you shouldn't lose marks.