Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- countPercent = (int) (currentCount/startCount)*100;
- //round = (int) countPercent;
- round = (int) Math.ceil(countPercent);
- int percentDone = (int) (round * 1.5);
- finalPercent = 100-round;
Advertisement
Add Comment
Please, Sign In to add comment