Exam Answer

JPDev@programming.dev to Programmer Humor@programming.dev – 782 points –
128

You are viewing a single comment

Conversations about language aside, the error is that "Monday" is a string with a length of 6.

What is the type of the variable day though? As it is we have to make multiple assumptions, based on popular programming languages, about the internals of the string type and the print function to assume that it prints "6".

There is a fairly good chance that there has been more info presented in the class than we have been given here.

1 more...
1 more...