Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import com.sun.org.apache.xpath.internal.operations.Bool;
- import com.sun.xml.internal.bind.v2.runtime.reflect.opt.Const;
- import java.util.Scanner;
- public class Main {
- public static void main(String[] args) {
- float num=12.345f;
- float num2=3456.091f;
- double num3=34.567839023;
- double num4=3456.091;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment