Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ifndef MAXMIN_H
- #define MAXMIN_H
- float maximo (float n1, float n2);
- float minimo (float n1, floatn2);
- #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement