//: enumerated/Outcome.java // ©2015 MindView LLC: see Copyright.txt package enumerated; public enum Outcome { WIN, LOSE, DRAW } ///:~