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 source code using a compiled language and giving the client the executable file 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 source code using an interpreted language and giving the client the executable file

Marisol's best option is to use a compiled language and give the client the executable file. This way, the client can run the program without having access to the source code.