You need to write a function that takes the PIDs of 3 processes as arguments and kills these processes with the SIGTERM signal.
Tip: As you remember from the topic, you don't need to specify the SIGTERM signal explicitly as the argument to the kill command.