Calling a Enum value from another class within the same java project
问题 I have an assignment in my introduction to Java class where we are suppose to read from a file, conduct mathematical operations on it, then output it to another file. i seem to have the file I/O portion down. The problem that I am having is in the mathematical operation stage. We were given a class, called SimpleMath, and are suppose to call methods from it. here is the given class: import java.text.DecimalFormat; public class SimpleMath { // Operation enumeration public enum eOperation {