dhman
جامعي
double m;printf("Enter mlie:\n");scanf("%lf",&m);printf("kilometers is = %f",m*1.609);return (0);