1
edit
Changes
m
if (x == 5) //Moved four spaces over again <br/> printf("We've reached the halfway point!\n");//Moved four spaces over again
→Coding Style
printf("x is %d, y is %d\n", x, y); <br/>
printf("The sum of x and y is %d\n", x + y); <br/>
} <br/><br/>
printf("Hello, world!\n"); <br/>