Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

i want the code for it in c language Write a C program that considers three variables w,l and h of type integers representing the

i want the code for it in c language
image text in transcribed
Write a C program that considers three variables w,l and h of type integers representing the sides of a cuboid, and one real variable R representing the radius of a sphere. The variables w,h and l have the following values 13, 7 and 2, respectively. The radius R has a value of 5.5. Your program should initialize two new variables VolumeCuboid and VolumeSphere to return the volume of the cuboid and the sphere, respectively. Sample input/output: The volume of the cuboid is 182 The volume of the sphere is 696.91 Note: In order to get the value, you may assume it is has the value of 3.14 or you may use the "math.h" library by including the following " \#include " header and then use "M_PI". - Submit your solution in a file called "Problem2.c

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions