Summary
Approach A:
Type many statements at one go. Then, compile the program.
Approach B:
Type only one statement. Compile after typing each and every statement.
Approach B is better because programmer just needs to focus only one statement when trying to debug the code.
0 Comments