Problem Statement: You are required to write a program that prompts the user to enter the radius of circle as an input and display the circle’s diameter, circumference and area. Use the constant value 3.14159 for ?. Perform each of these calculations inside the printf statements and use the conversion specifier %f.
(a) Write a pseudo-code to solve this problem.
(b) Write a full program using C programming language to solve this problem.