Advertisement
Guest User

Untitled

a guest
May 25th, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. package salvestus;
  2.  
  3. public class Proov1 {
  4. public static void main(String[] arg) throws Exception{
  5. Tuba elutuba=new Tuba();
  6. double kulunudRaha = elutuba.summaKokku;
  7. for(int i=0; i<10; i++){
  8. Thread.sleep(1000);
  9.  
  10. kulunudRaha = elutuba.liidaHind(kulunudRaha);
  11. System.out.println(kulunudRaha);
  12. }
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement