About Me

My photo
gandhinagar, gujarat, India
hi.. friends i'am student of kv crpf gandhinagar..and i would like to spread my view and thinking on computer..this blog is for not only those who wants to get knowledge.

Wednesday 11 May 2011

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();
}

0 comments:

Post a Comment