Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Part 1 Strings Problem 1 : ( 1 0 points ) The Shouting Parrot! Write a simple parroting program that echos what the user types
Part Strings
Problem : points The Shouting Parrot!
Write a simple parroting program that echos what the user types until they enter the word "quiet" in any capitalization. Start with the simple echoparrot program from Unit Modify the program so that your parrot SHOUTS back. No matter what the input case is the program output will be in uppercase. The program exits when the user enters "quiet" in any capitalization.
Below is an example of how your parrot program should work for a simple test case. It will prompt the user with a single and echo the capitalized user input. Program output is in blue and user input is in black.
This is NOT a dead parrot!
THIS IS NOT A DEAD PARROT!
Crackers anyone?
CRACKERS ANYONE?
quiet
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