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

/**
*
*/
package com.ugsbo.entscheider;
import java.util.Scanner;
/**
* @author bruec
*
*/
public class Entscheider {
/**
* @param args
*/
public static void main(String[] args) {
}
public static String ergebnis(int a, int b, int c, int d, int e, int f, int g, int h) {
return "";
}
public static String fragen() {
return "";
}
public static int skalaTest(int answer){
return 0;
}
public static int getAnInteger() {
return 0;
}
public static int pruefen(int answer) {
return 0;
}
}