You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
254 B

1 year ago
  1. //1
  2. #include <stdio.h>
  3. #include <stdlib.h>
  4. #include <time.h>
  5. #include "Mathe.h"
  6. //2
  7. void initialisiereZufallsgenerator();
  8. //3
  9. int generiereZufallszahl(int min, int max);
  10. //4
  11. char generiereZufallsOperator();
  12. //5
  13. int addiere(int zahl1, int zahl2);