What is an advantage of using a compiled program?
(1 point)
The programming language is easier for a novice to learn.
It typically will run faster than an interpreted program.
The programmer can debug as the program is running.
All logic errors are caught by the editor.
1 answer
The advantage of using a compiled program is that it typically will run faster than an interpreted program.