What will the code in Figure 4-53 assign to the intCost variable when the intAge variable contains

Question:

What will the code in Figure 4-53 assign to the intCost variable when the intAge variable contains the number 33?
a. 0
b. 5
c. 8
d. 10

If intAge <= 5 Then intCost = 0 ElseIf intAge <= 12 Then intCost = 5 ElseIf intAge <= 55 Then intCost 10 Else intCost =

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: