摘要:
package 随机数输出; import java.lang.Math; public class 随机数输出 { public static void main(String[] args) { // TODO Auto-generated method stub int a,b; a = (int) (291*... 阅读全文
摘要:
package 使用while循环计算阶乘; import java.math.*; public class 使用while循环计算阶乘 { public static void main(String[] args) { // TODO Auto-generated method stub BigDecimal sum = new BigD... 阅读全文
摘要:
package 使用while循环语句与自增运算符循环遍历数组; public class 使用while循环语句与自增运算符循环遍历数组 { public static void main(String[] args) { // TODO Auto-generated method stub String []aves = new String[] ... 阅读全文