Untitled
Anonymous
plain_text
06/18/2023 2:30 AM
420 B
17
Indexable
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);
}
}
Editor is loading...