2 lines
87 B
Java
2 lines
87 B
Java
String adjective = "little";
|
|
String lyric = "Mary had a %s lamb".formatted(adjective);
|