Please enable JavaScript to use CodeHS

Want to receive Question of the Day updates? Subscribe Here

AP CSA Question of the Day April 11, 2025

Reference
  1. Incorrect Correct No Answer was selected Invalid Answer

    What does the method call echo("How are you?"); return for the following method?

    public String echo(String message)
    {
        return message + " " + message;
    }
    Java