摘要: [值类型] 也就是基本数据类型 基本数据类型常被称为四类八种 四类: 1.整型 2.浮点型 3.字符型 4.逻辑型 八种: 1.整型4种 byte 1字节 -128——127 short 2 字节 -32,768 —— 32,767 int 4 字节 -2,147,483,648 ——2,147,4 阅读全文
posted @ 2016-05-13 21:40 凌零聆 阅读(147) 评论(0) 推荐(0) 编辑
摘要: package lianxi; import java.util.*; public class kaishihejiewei { public static void main(String[] args) { System.out.print("请输入字符:"); Scanner str = new Scanner(System.in); ... 阅读全文
posted @ 2016-05-13 21:12 凌零聆 阅读(522) 评论(0) 推荐(0) 编辑
摘要: import java.util.*; public class Erfen { public static void main(String[] args) { int ary[] = new int[10]; Random a = new Random(); for (int i = 0; i ary[j + 1]) { ... 阅读全文
posted @ 2016-05-13 15:14 凌零聆 阅读(149) 评论(0) 推荐(0) 编辑