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