Import java.lang.Math.*; public class Main { public static void main(String args[]) { System.out.println(PI*1/PI); } } what will be the output.
確定! 回上一頁