Skip to content

Instantly share code, notes, and snippets.

@KD4
Created December 29, 2020 03:26
Show Gist options
  • Save KD4/aa438549c99332215f3d5993bbd5b490 to your computer and use it in GitHub Desktop.
Save KD4/aa438549c99332215f3d5993bbd5b490 to your computer and use it in GitHub Desktop.
roundingKotlin
fun rounTest() {
val num = 27.0 / 6
print(round(num))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment