VB上可用^2(代表次方),但在C++、Java上無法使用; 必須用數學函數 Math.pow(x1-x2,2) 去做. 解答: import java.util.*; public class JPA04 { public static void ...
確定! 回上一頁