int AddTWOnumbers ( int numA, int numB ) {
     int theLoopTEMP, SUM = 0;

    for (theLoopTEMP = 0 ; theLoopTEMP < 2 ; theLoopTEMP ++ ) {
        SUM = (&numA) [theLoopTEMP];
    }

    return SUM ;
}

The NEW Naming Rule