Ws 1
Ws 1
Ws 1
Challenges
001 002
Ask for the user’s first name and Ask for the user’s first name and then ask for
display the output message their surname and display the output message
Hello [First Name] . Hello [First Name] [Surname].
003
Write code that will display the joke “What do you call a bear with no
teeth?” and on the next line display the answer “A gummy bear!” Try to
create it using only one line of code.
011
Task the user to enter a number over 100 and then enter a number under
10 and tell them how many times the smaller number goes into the larger
number in a user-friendly format.