/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package program;
/**
*
* @author Administrator
*/
public class BilShort166 {
public static void main(String[] args) {
short bila=200;
short bilb=0x7e23;
short bilc='a';
System.out.println("short bil a="+bila);
System.out.println("short bil b="+bilb);
System.out.println("short bil c="+bilc);
}
}
0 komentar:
Post a Comment