코틀린 학습 3일차가 되었네요 오늘은 코틀린의 함수를 학습하겠습니다 const val MAX_EXPERIENCE: Int = 500 private fun formatHealthStatus(healthPoints: Int, isBlessed: Boolean): String { val healthStatus = when (healthPoints) { 100 -> "In best condition" in 90..99 -> "There are some abrasions" in 75..89 -> if (isBlessed) { "There are minor wounds, but they are healing quickly" } else { "There are minor wounds" } in 15..74 -> "A..