Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class LiteralsReal {
- public static void main (String[] args) {
- System.out.println(2.25);
- System.out.println(4.0);
- System.out.println(−9653.3333);
- System.out.println(100.0003);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement