22:17

Simple Class

Posted by Mitesh Patel |

class MyFloatVariableExample {

    public static void main(String args[]) {

        float x = 10.5f;

        System.out.println("The value of float variables = " + x);

    }
}

0 comments:

Post a Comment

Subscribe