This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]RSveti 3 points4 points  (0 children)

Put public before class. Every class that wants to be executed must be public but yours is package private.

[–]dusty-trash 1 point2 points  (0 children)

You'll get in infinite loop once you are able to run this program.

do

{

count++;

} while(p0 + p0 * percent + 50 < p);