If ch is 'a' why does this code display a 3 times?
How does the computer read this? From my understanding since case a is true it would output a once, then it would see that case b is false and therefore it wouldn't output ch.... and the same for case c, but obv I am wrong I just can't figure out why. Thanks.