Java
saltGS4172
Let there be light
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Java define variable
Atttention 1.chararcter type must single quotation marks ”,not double quotation ” 2.double type must end with d 3.float type must end with f public class printSample{ public static void main...原创 2018-08-29 22:54:29 · 932 阅读 · 0 评论 -
java 连接符
java + php .public class Contation{ public static void main(String[] args){ int i = 10; System.out.println("Hello world " + i); }}原创 2018-08-29 23:01:09 · 976 阅读 · 0 评论 -
printout triangle
java Triangle******************* ***************** *************** ************* *********** ********* ******* ***** *** *------------------public class...原创 2018-08-29 23:49:56 · 170 阅读 · 0 评论 -
personInfo
JT20111023zhang sanmale168cm54.3kg[root@localhost java]# [root@localhost java]# cat personInfo.java public class personInfo{ public static void main(String[] args){ String number = ...原创 2018-08-29 23:58:41 · 1243 阅读 · 0 评论
分享