A ? B : C # is equivalent to if ( A ) { B } else { C }