- 1
Can you switch numbers in array ?
array , java
4 ответов
+ 2
int [] x = {11,22,33,44,55};
System.out.println(x[2]);
Output: 33
change the number in the box and tadaaaa!
or
int [] x = {11,22,33,44,55};{System.out.println(x[2]);}
+ 3
Yes. Please look over the course.
0
which course
0
?