How many times the following loop will be repeated? dim n as integer = 1 do while n <=10 n += 1 loop O a. 9 O b. 11 O c.
Posted: Fri Apr 29, 2022 6:42 am
How many times the following loop will be repeated? dim n as integer = 1 do while n <=10 n += 1 loop O a. 9 O b. 11 O c. 10