can i ask what is the meaning of this phrase? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

can i ask what is the meaning of this phrase?

" Display all the values of an array name contact in separate lines. "

16th Oct 2017, 3:14 AM
yasmin
yasmin - avatar
3 Answers
+ 4
I'm assuming you would take each individual element from an array and print it line by line. Example: String[] names = ["Name 1", "Name 2", "Name 3"]; for(String s:names) System.out.println(s)
16th Oct 2017, 3:23 AM
cout<<"Joe :)";
cout<<"Joe :)"; - avatar
+ 3
you're welcome!
16th Oct 2017, 6:19 AM
cout<<"Joe :)";
cout<<"Joe :)"; - avatar
+ 2
thank you !!
16th Oct 2017, 3:28 AM
yasmin
yasmin - avatar