#include int main ( int argc, char *argv[] ) { int i, j, k; i = j + k; if ( i < 0 ) { i = -i; } printf("i = %d\n", i); }