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