vstoyanov

13 задача

Mar 30th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.35 KB | None | 0 0
  1.  
  2. import com.sun.org.apache.xpath.internal.operations.Bool;
  3. import com.sun.xml.internal.bind.v2.runtime.reflect.opt.Const;
  4.  
  5. import java.util.Scanner;
  6.  
  7. public class Main {
  8.  
  9.     public static void main(String[] args) {
  10.  
  11.       float num=12.345f;
  12.       float num2=3456.091f;
  13.       double num3=34.567839023;
  14.       double num4=3456.091;
  15.     }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment