3 lines
81 B
Java
3 lines
81 B
Java
|
|
String adjective = "little";
|
||
|
|
System.out.printf("Mary had a %s lamb", adjective);
|