Question: Suppose that you are building 5 cylindrical nuclear reactors of various diameters. Ask the user to input height and diameter of each cylinder.
Find the volume of each cylinder.
Then ask the user whether he/she wants to sort those values in ascending order or descending order. Based on the answer, display the two volumes:
Biggest and smallest of five volumes. If it's ascending order, first show the smallest volume and then the largest volume.
Volume of a cylinder = πr2h
Can you provide some help with my C language project? I hope someone nice out there can help me with it.