I think it's just asking you to try out your program with several different input scenarios.
E.g. It asks you to try the name "Mike"
then it asks you to try "mike" note M isn't capital anymore
see if this works, and if not then why not?
P.s. on the redundant ( input == 12 ) thing, it's good programming practice to have it in there anyway to "protect" your program in case an error happens. Other people might argue that this reduces program efficiency, but what would you rather have.. software that runs fast or software with no errors
E.g. It asks you to try the name "Mike"
then it asks you to try "mike" note M isn't capital anymore
see if this works, and if not then why not?
P.s. on the redundant ( input == 12 ) thing, it's good programming practice to have it in there anyway to "protect" your program in case an error happens. Other people might argue that this reduces program efficiency, but what would you rather have.. software that runs fast or software with no errors
Last edited: