0
Any way to condense this? Thx
2 Antworten
- 1
System.out.println("==========================================");
System.out.println("First Question.");
System.out.println("Who invented the computer?");
System.out.println("A. Alan Turing");
System.out.println("B. Bill Gates");
System.out.println("C. Steve Wozniak");
System.out.println("D. Enrico Fermi");
Use \n
0
Make an array of things, and do for loops