CS 1073 Introductory Programming
for Scientific Applications
Homework 5: Circle Class in Java


Due Date:


The Circle class: Overview: Create a Circle class similar to the Rectangle class that we studied.


A Circle class: Details Create a Circle class similar to the Rectangle class that we studied. Use the version on the right side, with a separate class, call it CircleMain, holding the main function. Here are details: