Create a c++ program to automate the point of sale system in a stationery store The program should be a menu-driven program that allows users to-Addinformation about stationery.-Updateinformation about stationery.-Viewthe different stationery in the store-Selectmultiple stationery from the list anddeterminethe quantity to purchase.-Calculatethe total and display the amount needed.-Viewthe transaction history.-Exitfrom the program.Anarray structureshould be used to keep a record of all stationery. Identify and determine the appropriate members of this structure. Your program can start with a few stationery records to initialize this array. Each record must be tracked with apointer. Remember to update the number of records each time a purchase is made. Use afunctionto execute each option provided in the menu (except the exit option). Information about each transaction performed needs to besaved in a file. Your program should also consider data validation.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here