Write C program that does the following

  

Write C program that does the following, in your main function read two numbers(height and radius) from the user. Write a function that calculates the area of a cylinder and call it from your main function.