Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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 forget to the flowchart (you can do it on words or whereever the doctor want to see the visual logic) thanks
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started