2017年9月10日

摘要: class DataCon { public static void main(String args[]) { int nop1=2; float fop2=2.25f; float fResult=nop1*fop2; System.out.println("Result:"+fResult); 阅读全文
posted @ 2017-09-10 23:03 蒙查查 阅读(773) 评论(0) 推荐(0) 编辑

导航