有1、2、3、4個數字,能組成多少個互不相同、無重複數字的三位數?都是多少?
public class Example11 {
public static void main(String[] args) {
number();
}
number();
{
int count = 0;
for (int x = 1; x < 5; x++) {
for ( int z = 1; z < 5; z++) {
if (x != y && y ! int number = x * 100 + y * 10 + z;
System.out.print(number + "\t");## if (count % 10 == 0) {
}
}
}# System.out.println("\n共有" + count + "個三位數");
}
}
以上是分享Java中的一個經典題的詳細內容。更多資訊請關注PHP中文網其他相關文章!