Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a program that prompts the user to enter a job or a common word (job or common word). Based on that response, ask something
Write a program that prompts the user to enter a job or a common word ("job" or "common word"). Based on that response, ask something from that category. Based on that response, respond as follows:
CATEGORY: job | |
---|---|
If they enter | Then display |
broker | liver |
model | hip |
mechanic | heel |
plumber | calf |
teacher | shin |
CATEGORY: common word | |
If they enter | Then display |
by | daffodil |
so | camellia |
do | petunia |
them | cactus |
some | iris |
If nothing matches, then display a "I do not understand" message
THE PROGRAM IS PYTHON.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started