首页 新闻 会员 周边
6
回答数

已解决问题 冒泡法排序时遇到的方法调用问题

红框内程序不作为是什么原因; 换成绿框能正常运行。方法调用哪出错了;
1
回答数

回答被采纳 20 报错:Cannot switch on a value of type String. Only convertible int values or enum constants are permitted求解???

public int calRent(int days,String type){ switch (type) { case "1": num=600*days; break; default: br