What the value of decLoopVariable after the third time through this loop? Dim decLoopVariable As Integer = 1 Do While de
Posted: Sat May 14, 2022 7:01 pm
What the value
of decLoopVariable after the third time
through this loop?
Dim decLoopVariable
As Integer = 1
Do While decLoopVariable < 99999
decLoopVariable = 1.5 * decLoopVariable * decLoopVariable + 3
of decLoopVariable after the third time
through this loop?
Dim decLoopVariable
As Integer = 1
Do While decLoopVariable < 99999
decLoopVariable = 1.5 * decLoopVariable * decLoopVariable + 3