The code contains a typo. In this statement
scand("%f",&Centimeters);
there shall be scanf
instead of scand
.
scanf("%f",&Centimeters);
The code contains a typo. In this statement
scand("%f",&Centimeters);
there shall be scanf
instead of scand
.
scanf("%f",&Centimeters);