micher43

E1.4

Sep 18th, 2014
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.20 KB | None | 0 0
  1. public class E14 {
  2.  
  3.     public static void main(String[] args) {
  4.         System.out.println(1000*.05 + 1000);
  5.         System.out.println(2*1000*.05 + 1000);
  6.         System.out.println(3*1000*.05 + 1000);
  7.        
  8.        
  9.  
  10.     }
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment