java 99乘法的相關文章

java 如何用do while 寫99乘法?? - Yahoo!奇摩知識+
瀏覽:666
日期:2025-10-07
public class Test2{ public static void main(String[] args){ int x=2; do { int y=2; do{
System.out.println(x+"*"+y+"="+x*y);...看更多