摘要:
import java.util. ; public class Draw { private ArrayList list; public Draw() { list= new ArrayList(); } public void deal(int num) { //向容器中添加奖券(使用循环) 阅读全文
摘要:
import java.util.Scanner; public class Practice { public static void main(String[] args) { int nextValue; int sum = 0; Scanner kbInput = new Scanner(S 阅读全文