Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class E14 {
- public static void main(String[] args) {
- System.out.println(1000*.05 + 1000);
- System.out.println(2*1000*.05 + 1000);
- System.out.println(3*1000*.05 + 1000);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment