What is the result of the following code? String message; message = true ? "Success" : false; System.out.print(message);