//How can I define the volume? Dont understand
var multiply = function (x, y) {
return x * y;
}
multiply(2, 5);
var volume = function (w, l ) {
return w *;
}
volume(2, 3, 4, 5);
return x * y * w * l;
2 replies to this topic
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









