java编译后Exception in thread "main" java.lang.Error: Unresolved...
发布网友
发布时间:2024-10-24 10:57
我来回答
共2个回答
热心网友
时间:7小时前
return this.remain_account;
这个返回数值是float类型的;但是你的方法返回类型是int类型
热心网友
时间:7小时前
你的程序在
chaxun的method里面有问题
你的method返回类型为int
但你return的是float
改为:public float chaxun() throws IOException{