asked 70.2k views
5 votes
Which two programming languages require the program to be converted into executable code using a compiler? (Choose two.)

asked
User Sanghyun
by
8.1k points

1 Answer

8 votes

Answer:

C# and Java

Step-by-step explanation:

Compiler can be regarded as a program that helps in transforming a source code( source program) to another program knowns as machine code. Some of the programming languages that needs a compiler are C# and Java. The compiler will collect the the set of instructions of the new program that was written using high level language and translate it into machine language.

answered
User Salmaan P
by
7.7k points