DIM TRIAL AS INTEGER = 0[1.5] DIM NO1 AS INTEGER = 90...

34.

Dim Trial As Integer = 0

[1.5]

Dim no1 As Integer = 90

While no1> 20

no1 = no1 - 3

Trial = Trial + 1

End While

Identify the number of times the while loop is executed.

a) 24

c)

70

b)

38

d)

The loop will not execute