摘要:
[值类型] 也就是基本数据类型 基本数据类型常被称为四类八种 四类: 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 阅读全文
摘要:
package lianxi; import java.util.*; public class kaishihejiewei { public static void main(String[] args) { System.out.print("请输入字符:"); Scanner str = new Scanner(System.in); ... 阅读全文
摘要:
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]) { ... 阅读全文