An interpreter _______ Group of answer choices uses statements to tell objects to perform actions on themselves translates software code from assembly language into machine language converts and runs the procedural language one statement at a time into machine code converts the source code into machine language code then runs the object code

Respuesta :

Lanuel

Answer:

converts the source code into machine language code then runs the object code

Explanation:

In Computer programming, an interpreter converts the source code into machine language code then runs the object code.

Examples of interpreters are Python, Perl and Matlab.