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


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

variable contains the number 65?

a. 0

b. 5

c. 8

d. 10


If intAge <= 5 Then<br>intCost<br>ElseIf intAge <= 12 Then<br>intCost = 5<br>ElseIf intAge <= 55 Then<br>intCost = 10<br>%3D<br>Else<br>intCost<br>End If<br>

Extracted text: If intAge <= 5="" then="" intcost="" elseif="" intage=""><= 12="" then="" intcost="5" elseif="" intage=""><= 55="" then="" intcost="10" %3d="" else="" intcost="" end="">

Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here