class MyFloatVariableExample {
public static void main(String args[]) {
float x = 10.5f;
System.out.println("The value of float variables = " + x);
}
}
public static void main(String args[]) {
float x = 10.5f;
System.out.println("The value of float variables = " + x);
}
}
0 comments:
Post a Comment