Skip to content

Instantly share code, notes, and snippets.

@KD4
Created December 29, 2020 03:27
Show Gist options
  • Save KD4/7152f5f24968da24a682190457711a6b to your computer and use it in GitHub Desktop.
Save KD4/7152f5f24968da24a682190457711a6b to your computer and use it in GitHub Desktop.
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