Case Statement in Pascal – Lesson 6
The case statement in Pascal is similar to the if-then-else decision-making condition in that it allows you to generate several different answers, which the user’s input will influence. It can be much simpler to implement than the if statement. In this article, we seek to make CSEC students aware of the case decision in Pascal … Read more