Help for this page

Select Code to Download


  1. or download this
    #include <stdio.h>
    
    ...
    4
    5
    Residual value: 5
    
  2. or download this
    for( int i = 0; i < limit; i++ ) {
        // etc.
    }
    return i;