import java.util.Random;
import java.lang.Math;
public class Main {
public static void main(String[] args) {
int a,b,c,d,e,f;
try{
for(a=0; a!=1; a++){
for(b=-99389; b<=a; b++){
for(c=993999999; c>=b; c++){
for(d=-3; d!=c; d++){
for(e=999999699; e!=d; e++){
for(f=1; f!=e; f++){
Thread.sleep(1000);
System.out.println("Status Life : "+Math.random() * 100+" %");
}
}
}
}
}
}
}catch(Exception ex){
}
}
}
Note :
For launch run is pressing run.
No comments:
Post a Comment