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
recursion_java
4c
Решето Эратосфена
Трикотаж
1.6
Fibonacci number 0 - 93
Aaina
Problem: fb_series
Switch case example
OBF-7 PR