Engineering

For this Assignment you will attach two files, the Analysis of the Problem (using Word or a text editor) and your program (.cpp file). Do not cut and paste your code into the message section of the assignment area or your program will not be graded, and you will receive a zero for the assignment. You must attach both files in the same assignment area, do not submit separately or you will not receive full credit for the assignment.PROBLEM: Gunters Mountain Shop More options. (10 pts) Gunters Mountain shop needs a program to calculate not only the total customer order for sales items from their outlet store but also for their in-stock items which are sold from their main facility. The program must also calculate the tax for the total sales. The program should output the total for each item, the total sales, the total tax (7%), and the overall total (tax + total sales). In addition, the program should ask the user if they are a student; if the user is a student they will be given a 10% discount on their final purchase amount. The program should then output the new balance along with the discount amount (See Sample output for example). Use the same logo that was used in Assignment 1C and 2C. If you did not complete those assignments, the logo is displayed in the Sample Output below. The program should first ask the user if they wish to order from their outlet store or from their main store using the menu below. Make sure that the menu gives the option for the user to exit the program.