Advertisement
Evseev

Untitled

Apr 19th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1. package test;
  2. import java.util.Scanner;
  3.  
  4. public class Main{
  5.    
  6.     public static void main(String[] args){
  7.         Scanner in = new Scanner(System.in);
  8.         double a = in.nextDouble();
  9.         System.out.println(a);
  10.     }
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement