Write a program that asks a user to enter the radius of a circle, and calcualtes the area and the circumference. The program should be written using the following methods:
getRadius(): to ask the user for the radius of the circle using the Scanner class.
calcArea(): to calculate the area
calcCircum(): to calculate the circumference
displayResults(): to display the results