154k views
1 vote
THIS IS FOR MY FINAL PLEASE HELP

(06.03 MC)
You have been asked to write a program that will prompt the user for his or her t-shirt order and display it. The
order will include the size, color, and design of the shirt. Read the pseudocode for the program:
Input:
Ask user what size shirt-small, medium, large, or extra-large
Ask user what color-blue, green, red, or yellow
Ask user what design-chevron, solid, or stripes
Output:
Print a message that clearly displays the user's shirt size, color, and design. (8 points)

1 Answer

0 votes

Answer:

with only 1 print statement and using No Space Characters, output the text ... quote_me takes a string argument and returns a string that will display ... White has sizes L, M; Blue has sizes M, S ... input("Input shirt color: ").lower() size = input("Input shirt size: ").upper() if color ... call the function with a string from user input.

Read the pseudo code for the program: Input: Ask user what size shirt—small, medium, large, or extra-large. Ask user what color—blue, green, red, or yellow. Ask user what design—chevron, solid, or stripes. Output: Print a message that clearly displays the user's shirt size, color, and design.

Step-by-step explanation:

User AST
by
4.8k points