Interact With User Input (Exercise)
00:00 In this exercise, you’re venturing into the world of interacting with your users. And in this case, you should write a program that takes input from the user, then displays that input back, but first converts it to lowercase.
00:12
So if the user writes "HELLO"
in uppercase, or in mixed case, they should always get it back in lowercase, whatever they type in there. And then there’s an additional little task where you can also display the number of characters that the user inputted.
00:28 Okay, think about this. Take a moment, write it out in your editor or in the REPL, and then move over to the next lesson and compare it to my solution.
Become a Member to join the conversation.