#2 DIFFERENT FOR LOOPS THAT SHOULD DO THE SAME NOT WORKING
25 messages · Page 1 of 1 (latest)
⌛ This post has been reserved for your question.
Hey @abstract drift! Please use
/closeor theClose Postbutton above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
<@&765578700724371486>
Requested by cece#1332
thats only on lists though no ?
because if u do
that in tables
it wont work
wot?
/run ```java
int[] arr = {9,8,7,6};
for(int element: arr)
System.out.println(element);
Here is your java(15.0.2) output @feral iris
9
8
7
6
@abstract drift