vstoyanov

Оператори и Изрази 7

May 12th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.36 KB | None | 0 0
  1. import org.omg.Messaging.SYNC_WITH_TRANSPORT;
  2.  
  3. import java.util.Scanner;
  4.  
  5. public class Main {
  6.  
  7.     public static void main(String[] args) {
  8.         Scanner scanner=new Scanner (System.in);
  9.  
  10.  
  11.            Double weight=Double.parseDouble(scanner.nextLine());
  12.           double moonWeight=weight*0.17;
  13.  
  14.         System.out.println(moonWeight);
  15.  
  16.     }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment