After the following code is executed, total will have a value of ________.
```
Set Variable "count" = 0;
Set Variable "total" = 0;
Loop While ( count <= 10 )
Set Variable: "total" = total + count
Set Variable: "count" = count + 1
End Loop
```
(a) 50
(b) 55
(c) 45
(d) 0
(b) 55
Computer Science & Information Technology
You might also like to view...
A recent more sophisticated approach to voice recognition has been more successful than previous attempts
Indicate whether the statement is true or false
Computer Science & Information Technology
A physical problem with a memory chip will often cause a(n) _____ error
A) Out of memory B) Bad sector C) POST D) Task Manager
Computer Science & Information Technology