val3

  1. C

    Layout Conventions

    layout convention in c# :: if ((val1 > val2) && (val1 > val3)) { // Take appropriate action. }
Top Bottom