For example, this: public static void main(String[] args) { double x = 5.56; double y = 7.863; double result = x * y; System.out.println(result); } }…
確定! 回上一頁