第一个java代码

2019年2月11日19:13:15 发表评论 1,026 views
/**
 * Created by xabcd on 2019/2/11.
 */
public class testss
{    public static void main(String args[])
{
    int x;
    for(x=1;x<3;x++)
    {
        System.out.println(x+"*"+x+"="+x*x);
    }
}
}

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: