Java作业三(2017-9-25)

/*程序员龚猛*/
作业1
public class Variable_Demo$Long{
  public static void main(String[]args
{
int i=3;
long l=123456789012345;
System.out.println(i);
}
}
原文地址:https://www.cnblogs.com/chengxuyuanGM/p/7591425.html