var i = 2 repeat { i *= i * 2 } while i < 100 print(i)

0

var i = 2 repeat { i *= i * 2 } while i < 100 print(i)

By Beginner Shy Sable at Jul 21 2021


Related code examples


Code examples by languages