github链接: https://github.com/deepYY/object-oriented/tree/master/Circle 作业题目 Create a program that asks for the radius of a circle and prints the area of that circle, using cin and cout. The whole program shouldbedividedinto two source files (.cpp). H…