Question: 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
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
