Conditional - Switch Statement



In this section, we are going to look at the switch statement. This is all part of control flow, which is sequential, iterative (loops), and conditional; control flow is how computers read your program.

By default, it is sequential. You can control t...



Read: https://blog.cloudnativefolks.org/conditional-switch-statement