Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Print Array
SUBMITTED BY:
knightley
DATE:
Sept. 3, 2015, 9:10 a.m.
FORMAT:
Java
SIZE:
237 Bytes
Raw
Download
Tweet
HITS:
512
Go to comments
Report
import
java.util.Arrays
;
public
class
Practive
{
public
static
void
main
(
String
[]
args
)
{
int
[][]
array
=
{{
3
,
4
,
5
},{
6
,
7
,
8
}};
System
.
out
.
println
(
Arrays
.
deepToString
(
array
));
}
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus