Mark Daniels is a carpenter who creates personalized house signs. He wants an application to compute the price of any sign a customer orders, based on the following factors: The minimum charge for all signs is R30. The first six letters or numbers are included in the minimum charge; there is a R7 charge for each additional character. White characters are included in the minimum charge. A sign with “black” characters; an additional R10 is included and an additional R12 charge for “gold” characters. APM11A1 - Advanced Programming The program must prompt the user for the characters or digits and the color of the characters. The house sign may consist of two or more words. Display the final price of the design as shown in Figure 1. The program must iterate until the user enter END. the question shoulb be answered in c++
Mark Daniels is a carpenter who creates personalized house signs. He wants an application
to compute the price of any sign a customer orders, based on the following factors:
The minimum charge for all signs is R30.
The first six letters or numbers are included in the minimum charge; there is a R7
charge for each additional character.
White characters are included in the minimum charge. A sign with “black”
characters; an additional R10 is included and an additional R12 charge for “gold”
characters.
APM11A1 - Advanced
Programming
The
characters. The house sign may consist of two or more words. Display the final price of the
design as shown in Figure 1. The program must iterate until the user enter END.
the question shoulb be answered in c++


Step by step
Solved in 3 steps

the code do this when i run , it does not do what the attached picture in the question does









