Problem
a) Write a program that accepts radius (datatype : float) of a circle from the user. Calculate and display the area and circumference of the circle.
b) Write a program that accepts length and breadth (both float) of a rectangle from the user. Calculate and display the area and perimeter of the rectangle