Java第一次實驗報告&第三週學習總結

1、實驗報告 ① 一、題目:打印輸出全部的「水仙花數」,所謂「水仙花數」是指一個3位數,其中各位數字立方和等於該數自己。例如,153是一個「水仙花數」。 二、實驗代碼html package 水仙花數; public class 水仙花數 { public static void main(String[] args) { int x,y,z; for(int
相關文章
相關標籤/搜索