I'm starting out in Java

I produced the following class to test switch and conditional operators:


import java.util.Scanner;


public class TestingSwitchThenConditionals {