So, I have a program that needs to evaluate a number and then print a statement based on what category it is in. Sounds simple right? Well, I'm trying to figure out if I can use switch statements to check if the number is greater than or equal to 50 etc.. and then print a statement. Is this possible? Or will I have to use a bunch of if statements?