Untitled
public class LoveMessage { public static void main(String[] args) { String girlfriendName = "CHEZCA"; String message = "You are the most beautiful person I know, and I'm grateful to have you in my life. I love you, " + girlfriendName + "!"; System.out.println(message); } }