Question: Identify the error in the code shown in Figure 5-85 and explain how to correct the code. If dblCommission >= 2500 Then Dim intBonus As

Identify the error in the code shown in Figure 5-85 and explain how to correct the code.If dblCommission >= 2500 Then Dim intBonus As Integer Else int Bonus

If dblCommission >= 2500 Then Dim intBonus As Integer Else int Bonus = 500. intBonus = 0 End If FIGURE 5-85

Step by Step Solution

3.36 Rating (159 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

The error in the IfElse statement is caused when the varia... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Microsoft Visual Basic Questions!