770
Exam Answer (programming.dev)
submitted 3 months ago by [email protected] to c/[email protected]
you are viewing a single comment's thread
view the rest of the comments
[-] [email protected] 11 points 3 months ago

I wonder if day length is given separately in a table prior to the question? I’m not sure what they wanted except maybe seconds?

[-] [email protected] 105 points 3 months ago

It's the length of the string. The number of characters is 6. It's a play on words and a question.

[-] [email protected] 15 points 3 months ago

Oh wow. Thanks

[-] [email protected] 29 points 3 months ago

I’m assuming they wanted the literal length of the string

[-] [email protected] 11 points 3 months ago

That seems to be the consensus.

[-] zarkanian 1 points 3 months ago

Naw, they wanted the metaphorical length. Computers are great at metaphors.

[-] [email protected] 19 points 3 months ago

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

[-] [email protected] 4 points 3 months ago

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".

[-] [email protected] 9 points 3 months ago

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

[-] [email protected] 1 points 3 months ago

That's the variable name, not the type

this post was submitted on 24 Mar 2024
770 points (98.6% liked)

Programmer Humor

18388 readers
529 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS