- Excuse the language but I was frustrated lol
- public class fag {
- public static void main(String[] args)
- {
- int[] shitface=new int[11];
- int input=0;
- while (input!=99)
- {
- input=Console.readInt("Enter some shit");
- shitface[input]+=1;
- }
- for (int x=0;x<shitface.length;x++)
- {
- System.out.println("You entered "+x+" "+shitface[x]+" times. Kiss my ass.");
- }
- }
- }

