No no no!

Tags
Challenge
No

Write a program that asks the user for a task, a phone number, and a person. It outputs a message saying they shouldn't do the task that way.

Sample I/O:

  • Task advisor
  • ==== =======
  • What is the task? clean a kangaroo
  • Phone number? 999-999-9999
  • Who should you talk to? Melinda
  • No, no, no! You can't clean a kangaroo yourself. Call 999-999-9999, and ask for Melinda.
  • Output a heading to start (the Task advisor thing), as in the I/O sample
  • Include spaces and punctuation as shown.
  • Use one print statement to generate the output (you can use extra print statements for the heading Task advisor stuff). Build the output into a variable (with +, and print the variable).

Upload a zip of your project folder.

Where referenced