A salesperson\'s commission is computed as a percent of sales. Which code is pla
ID: 3794219 • Letter: A
Question
A salesperson's commission is computed as a percent of sales. Which code is placed on the provided line to produce output: Taxes are $100.00 Dim salary As Double = 400.00 Dim percent As Double = 0.25 IstOut.Items.Add (__________) Taxes are & FormatCurrency(salary * percent) "Taxes are" & FormatCurrency(salary * percent) "Taxes are" & FormatCurrency(salary) * percent "Taxes are" & FormatCurrency(salary) * FormatCurrency(percent)" Assume a sandwich order form contains two check boxes, one to request extra pickles and one to request extra cheese. Will the code below correctly add $0.50 to the order for each desired extra option? If chkPickles.Checked Then cost = cost + 0.50 End If If chkCheese.Checked Then cost = cost + 0.50 End If Yes No A program needs to determine which radio button from a group of four radio buttons has been selected to assign the correct cost. This problem could be solved with a(n) _____________. Select Case If - Then - Else - ElseIf Four independent If - Then statements Both choices a) and b) are correct. Both choices b) and c) are correct. What is the output of the code if the user enters input value 3? Dim feet As Double amount in units of feet Dim inch As Integer amount in units of inches inch = CInt(InputBox("Enter number of inches")) feet = inch/12 IstOut.Items.Add(inches) IstOut.Items.Add(FormatNumber(feet, 2)) 3 0.25 3 36.0 3.00 0.50 0.25 3Explanation / Answer
22 (b) "Taxes are" & FormatCurrecy(sales*percent)
23 (a) : Definitely Yes
24 (c)
25 (a) 3 and 0.25
Thanks, let me know if there is any concern.
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.