MCQ
In pseudocode, the statement total = 0 means:
Unit-2 Computational Thinking and Algorithms
A total is compared with 0
B The value 0 is assigned to the variable total
C total is printed
D total is deleted
Explanation

The = sign in pseudocode assigns the value on the right to the variable on the left.