#include <iostream>
using namespace std;
int main() {
float a;
int b;
cin>>b;
a=(16.6*b)/100;
cout<<"Your weight on moon is : "<<a;
return 0;
}
using namespace std;
int main() {
float a;
int b;
cin>>b;
a=(16.6*b)/100;
cout<<"Your weight on moon is : "<<a;
return 0;
}
No comments:
Post a Comment