Untitled
unknown
plain_text
2 years ago
313 B
9
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...