Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function squareArea(length,width,high,percentage) {
- let totalL=Number((length*width*high)*0.001);
- let ds=Number(percentage*0.01);
- let pr=Number(1-ds);
- console.log((totalL*pr).toFixed(3));
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement