what would I use instead of ternary operators?
807580Jan 18 2010 — edited Jan 20 2010i came across some code I wanted to manipulate to help with a file input class we have to create for class, and the code contains : and ? and our teacher frowns upon us using those operators for what ever reason, so dose : not mean like a for loop? and does ? not mean a if statement?