Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 401 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 401 Bytes

Find Max and Min Numbers (Kotlin version)

  • Find the maximum and minimum numbers within an array
  • Also demonstrates the usage of Conditional Statement and Arrays in Kotlin
  • Based on the Java version of the same program
  • Created to simply practice coding in Kotlin

Created by IasJem