Nested Conditions in Pseudocode
Much like we discussed in Flowcharts, in pseduocode, we can also nest our conditions. That means that within the body of one true statement, or the else, false statement, we can nest a whole new decision. A simple case is where we want to see if two things are both true, and we don’t know…