Computer Science, asked by mishrapragyan00, 19 days ago

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 farhan55647fa
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