Contact: aviboots(AT)netvision.net.il
41,599 questions
54,241 answers
573 users
length = 6 width = 3 height = 4 surfacearea = 2 * (length * width + width * height + height * length) print("Surface Area of Cuboid is =", surfacearea) ''' run: Surface Area of Cuboid is = 108 '''