Skip to content

Instantly share code, notes, and snippets.

View jnbutler1815's full-sized avatar
🏠
Working from home

James Butler jnbutler1815

🏠
Working from home
View GitHub Profile
package com.jnbutlerdevelopment;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
// Exercise 1:
/* Create a simple trivia game
*
package com.jnbutlerdevelopment;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
/*
* Exercise 2
* a) Re-Create the Trivia Game from before. This time with 5 questions & 5 answers.
* Use arrays to save the question and answers.