Question: 11. Suppose you would like your code to perform several tasks: Use a For... Next loop with an InputBox to prompt the user four times
11. Suppose you would like your code to perform several tasks: Use a For... Next loop with an InputBox to prompt the user four times for the price of four different T-shirts, then display each shirt price with a 25% discount in the ListBox IstResult. Finish the code below to accomplish the task 4 points Dim intIndex As Integer Dim sngPrice, sng DiscountPrice As Single For intIndex- sngPrice- sngDiscountPrice- IstResult Next 12. Finish the code segment below that will calculates the average of 5 numbers input with an input box, and display the answer in lblResult? 6 points intCount0 intSum -0 Do While int Value intSum intCount Loop sngAvg = Ib!Result."Text =
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
