Jun 20, 2013 at 8:17pm
@devonrevenge
You didn't initialize the variables, square_of_sum or sum_of_squares, so they start with a random number.
Jun 20, 2013 at 9:22pm
You should also put a return value (zero) and a return type (int) for function main.