Solving the problem
It's not fair to solve the problem by hand and insert that solution into the program
For example, assume the assignment is ``write a program that adds 2 and 2''
Right: printf(``%d\n'', 2+2);
Wrong: printf(``%d\n'', 4);
Previous slide
Next slide
Back to first slide
View graphic version