Skip to content

Instantly share code, notes, and snippets.

@codeforfun-jp
Created October 24, 2024 05:53
Show Gist options
  • Save codeforfun-jp/53a5165212628c586c56c3e6ede62600 to your computer and use it in GitHub Desktop.
Save codeforfun-jp/53a5165212628c586c56c3e6ede62600 to your computer and use it in GitHub Desktop.
[Kotlin Quiz ver2] 5-3
private fun checkQuizCount() {
if (quizCount == QUIZ_COUNT) {
// 結果画面を表示
} else {
quizCount++
showNextQuiz()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment