Unreachable Statement with Break
问题 So I had a previous question but realized I posted the wrong offending code. I've marked the offending statements below. What I am trying to do is set the precedence for each of the operators with that switch statement. Maybe someone could point me in the right direction. Just as a note, I AM running JAVA 7 so String Switch will work. Code opType.java import java.io.*; public final class opType { public static opType ADD = new opType( "Add" ); public static opType SUB = new opType( "Sub" );