Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.19 KB | None | 0 0
  1. class MoonWeight {
  2.   public static void main(String[]args) {
  3.     int a, b, c, d;
  4.    
  5.     a = 72;
  6.     b = 100;
  7.     c = 17;
  8.     d = c * a / b;
  9.    
  10.     System.out.println(" Ves na lune " + d + " kg ");
  11.   }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement