Question
C++ Program You have been asked to create the backend of a shirt design store. Sometimes, customers will request that a phrase be printed. Other
C++ Program
You have been asked to create the backend of a shirt design store. Sometimes, customers will request that a phrase be printed. Other times, they will want a number for a jersey. If theyre really daring, theyll print both a number and phrase!
While you dont yet have the know how to write code on shirt printing, you want to make the code that interfaces with the user and their request in advance.
Please complete the following tasks on your template file:
-
Create a void, Overloaded Function that takes an integer and a character array as parameters and prints to the user:
-
The option of shirt printing they selected
-
The number and phrase they inputted
-
-
Add code in the main function that takes the users input and calls the created function
-
Add good coding conventions like commenting, naming, and spacing (see rubric for more details)
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