Skip to content

Commit

Permalink
Fix my issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelshulla committed Mar 4, 2024
1 parent 6135c29 commit e32b401
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ private static QuizQuestion makeQuestion6() {
return new QuizQuestion(
6,
"What is the decimal number 34 in binary?",
"100010"); // Replace the correct digits in the answer.
"0b00100010"); // Replace the correct digits in the answer.
}

private static QuizQuestion makeQuestion7() {
Expand Down

0 comments on commit e32b401

Please sign in to comment.