NBA - Boston Celtics

Sunday, 15 January 2012

To find the weight on the moon

#include
#include
void main()
{
clrscr();
float weight;
printf("enter your weight:");
scanf("%f",&weight);
printf("weight on the moon: %.2f",weight*0.17);
getch();
}

No comments:

Post a Comment