Pseudocode Decisions
Just like with making decisions in a Flowcharts, you can easily make decisions with Pseudocode. Decisions once again need to be in a simple yes/no or true/false style format. Remember, computers are stupid, so we must keep things simple for them. To create a decision, we typically need our condition, and then a body. Since…