what in the name of god is the code for this question lol

Create a class EchoTest which contains a method echo that takes a string input
parameter and returns the string “You said “ concatenated with the input parameter.