c++ 课堂作业(1)

一、题目

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 should be divided into two source files (.cpp). Hand in the source files and the head files which you create.

二、Github连接

https://github.com/zora02/object-oriented/tree/master/circle

原文地址:https://www.cnblogs.com/perhap-s/p/5463732.html