Question: please solve it without using loops (this is a beginner class, we still didn't study loops.. we studied the basics & if condition) ****please don't
You are going to help customers buy clothes from a elothes boutique (shop). Each piece of clothes has a name and a price. When a customer buys an item, the price is added to his bill (invoice). When done, the customer is notified of the item he bought and the total amount of his bill. To make the problem simpler for Stages 1 and 2, we will assume that a customer can buy the same piece of clothes only once. You Task: Use the problem-solving techniques that you have learned in the class te solve the above computing problem. Use the following guideline in developing the solution. Stage 1: 1. Define the problem by clearly stating: 1. What is the problem? 2. Analyze the problem by applying the steps of computation thinking. 3. Design the algorithm that solves this problem using: I. Pscudo code II. Flowchart Stage 2: Use any Visual tool to implement and test the correctness of your algorithm, and include in your submission a snapshot of the final working flowehart
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
