Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Wrestling announcers introduce wrestlers by reading cards, with text like: In the red corner, it's ROSIE 'THE RIVETER' MATHIESON! The corner is in the
Wrestling announcers introduce wrestlers by reading cards, with text like:
In the red corner, it's ROSIE 'THE RIVETER' MATHIESON!"
The corner is in the first phrase. The second phrase has the wrestler's first name, wrestling name, and last name. They're in uppercase, so the announcer remembers to SHOUT. And there's a bang at the end.
Write a workbook that starts like this:
Start
The user types in data about a wrestler:
Data entered
Pressing the button shows the card for the announcer, in a dialog:
Output
Spacing is as shown. Make sure there aren't extra spaces in the announcement, even if the user types them in the cells.
The corner name is lowercase.
The first, last, and wrestling names are uppercase.
The quotes and bang are there.
Use the IPO pattern. Add a comment for each part eg an Input comment Use meaningful variable names.
Another example:
Output
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