Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Tonithy

Tonithy

Tonithy has asked 0 questions and find answers to 11 problems.

Stats

375
EtPoint
138
Vote count
0
questions
11
answers

About

int licks = 0; while(!tootsiePop.atCenter()) { tootsiePop.lick(); licks++; }

System.out.println("How many licks does it take to get to the tootsie roll center of a tootsie pop?\r\n " + licks);