Welcome aboard! We are happy you are here and wish you good net-raft!
public class Main {
public static void main(String[] args) {
int[] numbers = {10,20,30,40,50};
for(int i: numbers) {
System.out.println(i);
}
}
}
The most helpful JAVA solutions
how to get the minimum value from array using java ?JAVA
Click to see more ...
961
49
how to create lower case using java ?JAVA
Click to see more ...
853
41
get userdomain using java JAVA
Click to see more ...
680
37
how to get the values from an array using java ?JAVA
Click to see more ...
570
32
how to create the replace function of special characters using java ?JAVA
Click to see more ...
408
31
how to get the second value from an array using java ?JAVA
Click to see more ...
392
19
how to create upper case using java ?JAVA
Click to see more ...
320
17
How to read a key on the keyboard using java ?JAVA
Click to see more ...
509
16
how to get the maximum value from array using java ?JAVA
Click to see more ...
325
13
how to create replace function using java ?JAVA
Click to see more ...
281
12