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.
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 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.
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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!