int main(int a, int b, int c) { if (a > b) { int i = 1; float j = 2; } else if (a < b) { b++; while(a > b) { a++; } } else { c++; } }