You are trying to write a conditional statement to check to see if a customer has a gold status. If they do, they get a 5% discount unless they order more than 10 bags, in which they get a 10%...

How can I solve this?You are trying to write a conditional statement to check to see if a customer has a gold status. If they do, they get a 5% discount unless they order more than 10<br>bags, in which they get a 10% discount. Using drag and drop, arrange the code statements in the correct order. Note that some punctuation has been left out for<br>this question.<br>0000<br>discount = .10;<br>if (customerStatus === 10) { "/>
Extracted text: You are trying to write a conditional statement to check to see if a customer has a gold status. If they do, they get a 5% discount unless they order more than 10 bags, in which they get a 10% discount. Using drag and drop, arrange the code statements in the correct order. Note that some punctuation has been left out for this question. 0000 discount = .10; if (customerStatus =="Gold") discount = .053; else{ and{ if (bagQly >= 10) {

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here