Link to home
Start Free TrialLog in
Avatar of Chee Jack
Chee Jack

asked on

How to do this? Is answers correct? I have no idea about what the values of the input means?

The COO of AEON Co. Ltd would like to know each store’s percentage of sales from the total sales of all 12 AEON stores in Malaysia. Write the pseudocode and draw the flowchart for this program. Hint: Use array.

To check your understanding of this problem, answer these questions:
How many times the loop should be running?
→12
What will be entered by the user in the loop?
→ total sales of each store
List down all the values of the input (you can fake it but make sure the values are logic) that the user need to enter.

What will be accumulated in the loop?

From the fake values that you’ve entered, what is accumulated value?

From the accumulated value, what do you need to find?

How to find it? Where should this equation be used? In the loop or outside the loop?


Where to save it?
Avatar of Dr. Klahn
Dr. Klahn

Is answers correct?

We won't know that until you show us your work so far!
Avatar of Chee Jack

ASKER

"List down all the values of the input (you can fake it but make sure the values are logic) that the user need to enter."

What does this question needs?
ASKER CERTIFIED SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
accepted due to lack of author response