Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Java messing around
// Start with Box. class Box { private double width; private double height; private double depth; // Construct clone of an object Box(Box ob) { //pass object to constructor width = ob.width; height = ob.height; depth = ob.depth; } // constructor used when all dimensions specified Box(double w, double h, double d) { width = w; height = h; depth = d; }
run
|
edit
|
history
|
help
0
luas
preincrement1
LCM of 2 numbers
test no.1
JAVA # Klavyeden Girilen cümlelerin en uzununu bulma
First Unique Character in a String
Day 1
classwork
3d
JAVA # Dizi Ortalama