Which type of programming language translates one line of code at a time and then executes it before moving to the next line?

Compiled
Interpreted
Machine
Java ​


Answer :

Answer:

An interpreter translates one line of code and then executes it before moving to the next line. Think of it like an online language translator.