(35 points) Please design a shopping cart application for technological items.
In this application, there are 3 different kinds of items that are computer, printer and phone.
User have 200 credit initially. Computer is 50 credit, printer is 15 credit and phone is 30 credit.
Firstly, you need to show the MENU that you will design. (5 points with methods - without methods 3 points)
Then, get user input. (necessary checks must be done - 10 points with methods - without methods 6 points)
• According to the user input, add the item to the cart or show an information message to the user. (Decide for yourself how the output will be. -5 points)
According to the user input user can add credit but this credit cannot be more than 500. (5 points)
If the user buys more than 6 technology items, a random item is deleted. (10 points)