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)
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

The best option for Marisol in this scenario would be using a compiled language and giving the client the executable file. With a compiled language, the code is converted into machine-readable instructions, making it difficult for the client to access or modify the original source code. By providing only the executable file, Marisol can protect her code while still allowing the client to run the program.