Computer Science, asked by yuri280705, 11 months ago

write an algorithm to find the TSA of CUBOID
Algorithm to find whether a number is divisible by 2
Algorithm to find whether the sum of 2 numbers is a prime number
Please answer fast pleaseeeeeeeeeeeeeeeee

Answers

Answered by sujeetvishwakarms
1

Program for Volume and Surface Area of Cuboid

Cuboid is a 3-dimensional box-like figure represented in the 3-dimensional plane.Cuboid has 6 rectangled-shape faces. Each face meet another face at 90 degree each.Three sides of cuboid meet at same vertex.Since it is made up of 6 rectangle faces, it have length, width and height of different dimension.

Examples :Input : 2 3 4

Output : Area = 24

Total Surface Area = 52

Input : 5 6 12

Output : Area = 360

Total Surface Area = 324.

Similar questions