练习记录
文章平均质量分 82
weixin_52389260
这个作者很懒,什么都没留下…
展开
-
【记录贴】IPP4. Use the data in the array’s objects to print ehe month with the most/ least rain
Month class class Month implements Comparable <Month>{ private String monthName; // Field for the Month's name private int amount; // Field for the amount of ra.原创 2021-04-20 16:58:10 · 131 阅读 · 0 评论 -
【记录贴】IPP3. Convert a Fahrenheit temperature to Celsius and Kelvin.
任务要求: Temperature Class (Temperature.java) • One field, a double, named fTemp. • One constructor that accepts one argument. o The constructor should assign the value of this argument to fTemp. • A method named toCelsius that returns the temperature (value原创 2021-03-27 21:25:43 · 143 阅读 · 0 评论