/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package program;
/**
*
* @author Administrator
*/
public class float166 {
public static void main(String[] args) {
float bil1=0;
float bil2=0.13f;
float bil3=0.24f;
System.out.println("float bil1 ="+bil1);
System.out.println("float bil2 ="+bil2);
System.out.println("float bil3 ="+bil3);
}
}
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package program;
/**
*
* @author Administrator
*/
public class float166 {
public static void main(String[] args) {
float bil1=0;
float bil2=0.13f;
float bil3=0.24f;
System.out.println("float bil1 ="+bil1);
System.out.println("float bil2 ="+bil2);
System.out.println("float bil3 ="+bil3);
}
}
0 komentar:
Post a Comment