题目内容

使用下面的类定义回答下列问题。publicclassTemperature {intcurrentTemp;String warningLight;publicvoidsetCurrentTemp(inttemp) {currentTemp = temp;}publicString getWarningLight(intcurrentTemp) {String tempColour = "";switch(currentTemp) {case10: tempColour = "blue";break;case20: tempColour = "orange";break;case30: tempColour = "red";break;}returntempColour;}}1)为此类命名一个字段属性。2) setCurrentTemp方法的参数类型是什么?3) getWarningLight方法的返回值类型是什么?

查看答案
更多问题

合伙企业是指自然人、法人和其他组织按照《中华人民共和国合伙企业法》在中国境内设立的普通合伙企业和有限合伙企业。( )

A. 对
B. 错

红宝石,是刚玉的一种,主要成分是氧化铝,红色来自铬。

A. 对
B. 错

工业用红宝石都是人造的。

A. 对
B. 错

天然红宝石全来自亚洲、非洲和澳大利亚。

A. 对
B. 错

答案查题题库