@ -1,7 +1,7 @@
#include "convert_CM_in_M.h"
#include <stdio.h>
//convert length for float
//convert length for float cm into meter
float cm_to_meter(float cm) {
return cm / 100.0;
}