Write a program that creates two SimpleCircle objects.

a) Write a program that creates two SimpleCircle objects. Use the default constructor on
one and instantiate the other with the value 9. Call increment operator ++ on each
object and then print their values. Finally, assign the second to the first and print its values.


Leave a Reply