I'm coding a test in Java. This is just for fun, got bored, started coding, hit a rut, fixed said rut, now we are here.
Anyway I am just wondering what you guys think of my basic B-Level code. :D
MAIN CLASS
import java.util.ArrayList;
import java.util.Scanner;
public class Quiz {
public...