摘要:
package bwk; import java.util.Random; public class Mjdu { public static void main(String[] args) { // TODO Auto-generated method stub Random r1 = new 阅读全文
摘要:
package bwk; public class Hnil { public static void main(String[] args) { // TODO Auto-generated method stub String str = "Hello World"; char[] c = st 阅读全文
摘要:
package ydy12; public class Point { int x; int y; Point() { } Point(int x0, int y0) { this.x = x0; this.y = y0; } public void movePoint(int dx, int dy 阅读全文
摘要:
package bwk; import java.util.Random; import java.util.Scanner; public class Khdw { public static void main(String[] args) { // TODO Auto-generated me 阅读全文