#include
#include
void main()
{
clrscr();
float weight;
printf("enter your weight:");
scanf("%f",&weight);
printf("weight on the moon: %.2f",weight*0.17);
getch();
}
#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