A good answer might be:No. |
BugsJust because a program compiles and runs without complaint does not mean that it is correct. For example, say that your assignment is to create a program that will write "Hello World!" on the computer monitor. Here is the program you have created:
When a program compiles without any sytnax errors,
but does not perform as expected when it runs,
the program is said to have a bug.
|
QUESTION 8:
|