Consider the given program and answer the following questions. sum=0 For N=1 To 30 Step 2 sum = sum + N EndFor TextWindow.WriteLine("sum=" + sum) 1. How many times the above loop will run?
Answers
Answered by
3
Answer:
Consider the given program and answer the following questions. sum=0 For N=1 To 30 Step 2 sum = sum + N EndFor TextWindow.WriteLine("sum=" + sum) 1. How many times the above loop will run?
Similar questions