@ -1,7 +1,7 @@
#ifndef division_H
#define division_H
int divide(float dividend, float divisor);
float divide(float dividend, float divisor);
#endif