Kotlinlearncs.online LogoJava
Return to List

Solve: Make Pi

Imported By: Geoffrey Challen
/ Version: 2021.6.0

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

int[] makePi() {
return null; // You may need to remove this starter code
}

Related Lessons

Stuck? You may find these lessons helpful: