import java.io.*; public class GuessGame { public static void main(String[] args) throws Exception { int answer = (int) (Math.random() * 10); ...
確定! 回上一頁