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