JPDev@programming.dev to Programmer Humor@programming.dev · 7 months agoExam Answerprogramming.devimagemessage-square128fedilinkarrow-up1794arrow-down111
arrow-up1783arrow-down1imageExam Answerprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 7 months agomessage-square128fedilink
minus-squareCrazyEddie041@kbin.sociallinkfedilinkarrow-up19·7 months agoConversations about language aside, the error is that “Monday” is a string with a length of 6.
minus-squarenathanjent@programming.devlinkfedilinkarrow-up6arrow-down2·7 months agoWhat 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”.
minus-squareripcord@lemmy.worldlinkfedilinkarrow-up9·7 months agoThere is a fairly good chance that there has been more info presented in the class than we have been given here.
minus-squaremorrowind@lemmy.mllinkfedilinkarrow-up1·7 months agoThat’s the variable name, not the type
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 thestring
type and theprint
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.
deleted by creator
That’s the variable name, not the type