Switch expressions were introduced since Java 12 and are simpler and less error-prone then the previous switch statements. In this video we will look at this great new feature.
You can find the code for this at the following github repository.
https://github.com/chargeahead/Switch...