
Java
dpdpd
我爱学习,学习爱我!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
我的第一个JAVA程序
猜数字:package hello;import java.util.Scanner;public class Main { public static void main(String[] args) { // TODO Auto-generated method stub Scanner in = new Scanner(System.in);原创 2016-08-27 15:22:35 · 390 阅读 · 0 评论 -
Java笔记
Using label to break out the multiple loops. The OUT means the name of next program with four for loops.And in the sentence we break the OUT(the program);原创 2016-08-27 17:12:08 · 401 阅读 · 0 评论