Skip to content

Instantly share code, notes, and snippets.

View mohammedyousef11's full-sized avatar
🏠

Mohamed Yousef mohammedyousef11

🏠
View GitHub Profile
public class Quiz {
public static void main(String[] args) {
// Question 1
MultipleChoiceQuestion question1 = new MultipleChoiceQuestion(
"Name the most popular programming language used for developing Android Apps.", // question
"Python", // A
"Swift", // B
"Java", // C
"HTML", // D