Ultra Geile Studenten Benutzer Oberfläche (UGSBO)
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.

42 lines
533 B

  1. /**
  2. *
  3. */
  4. package com.ugsbo.entscheider;
  5. import java.util.Scanner;
  6. /**
  7. * @author bruec
  8. *
  9. */
  10. public class Entscheider {
  11. /**
  12. * @param args
  13. */
  14. public static void main(String[] args) {
  15. }
  16. public static String ergebnis(int a, int b, int c, int d, int e, int f, int g, int h) {
  17. return "";
  18. }
  19. public static String fragen() {
  20. return "";
  21. }
  22. public static int skalaTest(int answer){
  23. return 0;
  24. }
  25. public static int getAnInteger() {
  26. return 0;
  27. }
  28. public static int pruefen(int answer) {
  29. return 0;
  30. }
  31. }