找出質數、method回傳boolean public class java07 { //進入點 public static void main(String[] args) { int limit = 100; for(int i=2 ;i<=limit ...
確定! 回上一頁