Marisol wants to write a program that her client can run, but she doesn’t want to give the client the code itself. Which of these is her best option?
(1 point)
Responses
using a compiled language and giving the client the source code
using a compiled language and giving the client the executable file
using an interpreted language and giving the client the source code
using an interpreted language and giving the client the executable file
1 answer
The best option for Marisol would be to use a compiled language and give the client the executable file. This way, the client will be able to run the program without having access to the actual source code.