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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!