Write a C program to calculate the Volume of a cylinder. Also identify and display whether the cylinder Volume is in Large Size or in Small Size. Follow the steps given below to complete the task: 1....

Write a C program to calculate the Volume of a cylinder. Also identify and display whether the cylinder Volume is in Large Size or in Small Size. Follow the steps given below to complete the task: 1. Ask the user to input the diameter and height of the cylinder. 2. Based on the user input, calculate the cylinder Volume. Display the Volume. 3. If the value of Volume is more than 1000 then display that the Volume is in Large Size otherwise it is in Small Size. Hint: The Volume of a cylinder is 3.14 * radius2 * height. Note: (radius = diameter/2)

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here