What does the following program segment do?

```Declare Count As Integer
Declare Sum As Integer
Set Sum = 0
For (Count = 1; Count < 50; Count++)
Set Sum = Sum + Count
End For```

a. It sums all the integers from0through50
b. It sums all the integers from1through50
c. It sums all the integers from1through49
d. It does nothing since there is no Write statement


C

Computer Science & Information Technology

You might also like to view...

When creating a data table, the PMT function must be entered in the upper left corner of the range of data

Indicate whether the statement is true or false

Computer Science & Information Technology

A(n) _____ join means that records are selected only if a matching value is present in both tables.?

A. ?default B. ?inner C. ?right D. ?left

Computer Science & Information Technology

Which layer of the nierarchical network design model provides policy-based connectivity?

The distribution layer The management layer The core layer The access layer

Computer Science & Information Technology

Why is it important to use JSON-P only with a web service that you trust??

What will be an ideal response?

Computer Science & Information Technology