Hello, everyone. I have a question about “if…else if…”
When the two conditions are true (pressing A & D at the same time), why did it stop other than run the statement in the first if (printing “rotate left”)?
I thought since the first condition is true even if I pressed both A & D, the A is pressed, and the statement should be evaluated.
Thank you so much