Which of the followings is not a nested loop?

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Which of the followings is not a nested loop?

Post by answerhappygod »

a. for i=0 to 9
for j=1 to i+3
Next
Next
b. for i=0 to 9
Console.Write("i={0}",i)
Next
<i;
for j=1 to i+3
Console.Write("j={0}",j)
Next
c. for i=0 to 9
while(j Mod 2<>0)
Console.Write("{0}", j & vbTab)
j+=1
End While</i;
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!

This question has been solved and has 1 reply.

You must be registered to view answers and replies in this topic. Registration is free.


Register Login
 
Post Reply