+ 1
Are there any other ways for me to print this Out?
2 ответов
+ 5
https://code.sololearn.com/cmwdrE9IsRhx/?ref=app yep like this
+ 3
String[] arr = {"H","E","L","L","O"," ","J","A","V","A"};
for(int i = 0; i < 10; i++)
System.out.println(arr[i] + " " + arr[i] + " " + arr[i] + " " + arr[i] + " " + arr[i]);