摘要: 1 public class Kettle{ 2 int volume; 3 public Kettle(int water){ 4 volume = water; 5 } 6 7 public int heatingWater(int needWater){ 8 int needWater1=0; 9 if(needWate... 阅读全文
posted @ 2019-04-26 01:17 18软工8班段诗媛 阅读(69) 评论(0) 推荐(0) 编辑