This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |