3 lines
94 B
Java
3 lines
94 B
Java
printAll(4, 3, 5, 6, 4, 3);
|
|
printAll(4, 3, 5);
|
|
printAll("Rosetta", "Code", "Is", "Awseome!");
|