Write two java program by Netbeans.
1. Create a program that ask for a radius of a circle and has the ability to return both the Area and Circumference - so methods call getArea() and getCircumferance()
2. Create a program that will ask for both gallon used and mileage travelled; calculate the MPG.