Question: [Multiple Choice Question] What will this piece of code do? sum =0 For i=1 To 10 Step 2 sum = sum +i Next i Show
[Multiple Choice Question] What will this piece of code do? sum =0 For i=1 To 10 Step 2 sum = sum +i Next i Show the numbers from 1 to 10 as an Excel column Add all the numbers from 1 to 10 and store the result in the variable sum Add the odd numbers from 1 to 10 and store the result in the variable sum. Add the even numbers from 1 to 10 and store the result in the variable sum
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
