i'm tryin to make this program,
here is the qouestion
----------------
(a) (i) Ask the user whether the user wants to continue or stop (use while loop).
(ii) If the user wants to continue:
- Ask the user for the salesperson id and salary.
- Ask the user to enter quantity for 2 products (use for loop).
- Calculate the total quantity.
- If total is more...