Any fellow floodians here have majors in Computer Science or enjoy coding? Just curious, I'm majoring in Computer Science and learning about Java. What are some of the things y'all have done with coding?
-
boolean op = true; /* shows that op is a fgt * @returns string fgt: what op is */ public string opIsFgt(){ if(op) return "fgt"; }