#vertical arraylists
12 messages · Page 1 of 1 (latest)
Hey, @azure robin!
Please remember to /close this post once your question has been answered!
it is possible
just iterate over each item in the list and print them using println
this sounds like homework, so you have to figure out the rest; I'm not doing it for you.
brother im not in school im just learning at home. thanks for the help pal xoxooxo
just loop for and print it ?
like
for(int i = 0;i<list.size();i++){
System.out.println(list.get(i));
}
try making some projecs wathicng youtube u will learn the basics easily
then the problem solving part is up to u how u utilize the information u already have to achive the best result
the more u practise the more u remeber and the more u remeber the more different problems u can solve using it