码迷,mamicode.com
首页 > 其他好文 > 详细

地球磅数和它们在月群上的相对重量moonweight=earthweight*0.17

时间:2019-12-19 16:24:35      阅读:102      评论:0      收藏:0      [点我收藏+]

标签:ios   r++   double   space   art   mes   cout   weight   ace   

#include <iostream>
using namespace std;
int main()
{
 double earthweight;
 double moonweight;
 int counter;
 
 counter=0;
 
 for(earthweight=1.0;earthweight<=100.0;earthweight++){
  moonweight=earthweight*0.17;
 cout<<earthweight<<"earth-pounds is equivalent to";
 cout<<moonweight<<"moon-pounts.\n";
      counter++;
 if(counter==25){
  cout<<"\n";
 }
 }
 return 0;
}

地球磅数和它们在月群上的相对重量moonweight=earthweight*0.17

标签:ios   r++   double   space   art   mes   cout   weight   ace   

原文地址:https://www.cnblogs.com/40630762-/p/12067964.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!