8 kyu
Surface Area and Volume of a Box
9,099 of 30,960KaraM
Description:
Write a function that returns the total surface area and volume of a box.
The given input will be three positive non-zero integers: width
, height
, and depth
.
The output will be language dependant, so please check sample tests for the corresponding data type, (list
, tuple
, struct
, query
, et cetera).
Geometry
Fundamentals
Similar Kata:
Stats:
Created | Dec 2, 2015 |
Published | Dec 2, 2015 |
Warriors Trained | 42651 |
Total Skips | 2803 |
Total Code Submissions | 63405 |
Total Times Completed | 30960 |
JavaScript Completions | 9099 |
Ruby Completions | 1068 |
Python Completions | 11959 |
CoffeeScript Completions | 48 |
C# Completions | 1779 |
Elixir Completions | 360 |
Java Completions | 3425 |
Julia Completions | 75 |
PHP Completions | 855 |
Racket Completions | 47 |
Go Completions | 2030 |
SQL Completions | 1350 |
C Completions | 58 |
Lua Completions | 7 |
Total Stars | 176 |
% of votes with a positive feedback rating | 89% of 3001 |
Total "Very Satisfied" Votes | 2424 |
Total "Somewhat Satisfied" Votes | 481 |
Total "Not Satisfied" Votes | 96 |