I am reviewing for a test and have a very simple question that I can't seem to wrap my mind around. Why does the following code only output "Ready." I've plugged in other values for "e" that should make other outputs occur but it always kicks back "Ready." I just dont understand what the program is doing here. Any explanation would greatly help!
I'm fairly certain that the comparing operators (<,>,==,etc) only take 2 arguments; the value to the left and the value to the right. I don't think that it understands the expressions in the way you understand them.
Thank you! This makes sense now, was reviewing off an old test and I think this was a trick question the professor put on the test. I really appreciate your help!