Question: helpp III. Tracing Loops: Trace the loops using a table showing how the variables change through each trip. Compute the total trip count for each
III. Tracing Loops: Trace the loops using a table showing how the variables change through each trip. Compute the total trip count for each For-Loop. Sub loopTrace() Dim ix As Long, total As Long, ic as Long ix = 1 total = 100 Do While (total > 1) total = total-ix * ix ix ix 2 Loop MsgBox ((total &","& ix)) (Continued on reverse)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
