AllTheTimeWorld.com

alice mathCounters

Counters

Penguins count using counter=counter+1

Counters

Penguins count using counter=counter+1


Text of video

Counter is initialized to 0. When we say counter=counter+1 is gives counter a new value that is equal to it's current value plus one.


My code doesn't look like that!