Respuesta :

Answer:

True

Explanation:

Yes, REPL is an editor as well as it is an interpreter. It is the most popular IDE being used in universities. It stands for Read-Eval-Print Loop and is known as a top-level interactive or the language shell. It's one of the simplest computer programming IDE, and it processes a single expression at a time, which means it is an interpreter, and then executes then, and finally shows the result to the programmer.

Answer:

True

Explanation:

I got it right on the test.

Thanks person above me.