Kotlinlearncs.online LogoJava
Return to List

Solve: Make Pi

Imported By: Geoffrey Challen
/ Version: 2021.6.0

Return an IntArray containing the first 3 digits of π: {3, 1, 4}.

fun makePi(): IntArray {
return intArrayOf() // You may need to remove this starter code
}

Related Lessons

Stuck? You may find these lessons helpful: