Advertisement
Guest User

exo 4 langage C numbers.h

a guest
Apr 5th, 2020
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.20 KB | None | 0 0
  1. /* prototypes */
  2. void show_menu(void);
  3. void do_operations(int choice);
  4. int addition(int a, int b);
  5. int soustraction(int a, int b);
  6. int multiplication(int a, int b);
  7. int division(int a, int b);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement