Ministry

Untitled

Jun 25th, 2011
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.20 KB | None | 0 0
  1.     countPercent = (int) (currentCount/startCount)*100;
  2.     //round = (int) countPercent;
  3.     round = (int) Math.ceil(countPercent);
  4.     int percentDone = (int) (round * 1.5);
  5.     finalPercent = 100-round;
Advertisement
Add Comment
Please, Sign In to add comment