Skip to content

Instantly share code, notes, and snippets.

View HyrumDickinson's full-sized avatar

Hyrum Dickinson HyrumDickinson

View GitHub Profile
@HyrumDickinson
HyrumDickinson / MultipleChoiceQuestionModifiable.java
Created January 3, 2021 00:07
Experimental gist (what even is this thing?)
import java.util.Scanner;
public class MultipleChoiceQuestionModifiable {
public static void main(String[] args) {
// this section provides the question content and may be modified
// modify the green inside the quotation marks to create a new question
// correctAnswer must be the same as one of the options
// options and correctAnswer must consist of a single lowercase word