Get your
own Java
server
Result Size:
625 x 565
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
public
class
Main
{
public
static
void
main
(
String
[
]
args
)
{
System
.
out
.
println
(
Math
.
sqrt
(
64
)
)
;
}
}
8.0