第四个C++程序:ComputeAreaWithConsoleInput

#include<iostream>
using namespace std;
int main()
{
	double r, s;

	cout << "Please input the radius:" ;
	cin >> r;

	s = r * r * 3.14159;
	cout << "The area is:" << s << endl;

	return 0;
}

《C++程序设计》P28

全部评论

相关推荐

不愿透露姓名的神秘牛友
11-27 10:25
点赞 评论 收藏
分享
斑驳不同:还为啥暴躁 假的不骂你骂谁啊
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务