Suppose you would like your code to perform several tasks: Use a For 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 lstResult. Which of the following code segments correctly performs these tasks?

Suppose you would like your code to perform several tasks: Use a For 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 lstResult. Which of the following code segments correctly performs these tasks?

A)

B)
C)
D)
Points Earned: 0.0/3.3
Correct Answer(s): D