摘要: 实验报告: 1.打印输出所有的“水仙花数”,所谓“水仙花数”是指一个3位数,其中各位数字立方和等于该数本身。例如,153是一个“水仙花数”。 实验代码: public class ShuiXianHua { public static void main(String[] args) { for ( 阅读全文
posted @ 2019-09-15 15:34 6497694 阅读(192) 评论(0) 推荐(0)