C++程序设计:2.02

#include<iostream>
using namespace std;
int main()
{
	double l,r;
	double a,v;
	
	cout<<"Enter the radius and length of a cylinder:";
	cin>>r>>l;
	a=r*r*3.14159;
	v=a*l;
	cout<<"The area is"<<" "<<a<<endl;
	cout<<"The volume is"<<" "<<v<<endl;
	
	return 0;
}
全部评论

相关推荐

有工作后先养猫:太好了,是超时空战警,我们有救了😋
点赞 评论 收藏
分享
点赞 收藏 评论
分享
牛客网
牛客企业服务