20.3k views
3 votes
When a programmer saves to a file the statements he or she writes to create a program, these statements are?

User Gurinder
by
6.2k points

1 Answer

3 votes

When a programmer saves to a file the statements he or she writes to create a program, these statements are compiled.

The compiler translates the source code into a byte code file .

During this process, the compiler finds any syntax errors that exist in the program.

User Charles Chen
by
5.4k points