题解列表

筛选

多输入输出练习2 (Java代码)

摘要:解题思路: 用数组即可写出注意事项:注意PI取3.1415参考代码:import java.util.Scanner;public class Main { public static void ma……