我正在尝试来实现一个搜索活动,但是我得到了这个错误,我不确定如何解决它:required: CursorAdapterreason: actual argument SearchSuggestionsAdapter cannot be converted to CursorAdapter by method invoc
在我的程序中,我尝试在另一个类中调用throwDice方法。System.out.println("Your result is: " + (scoreCount/100000));}
当我编译它时,d.throwdice()会弹出一个错误,告诉我它不能被应用但是我在throwDice方法中调用了一个整型diceCount,所以我不知道出了什么问题。
我对Java相当陌生,我正在使用BlueJ。我不断地发现错误:required: intreason: actual argument Item cannot be converted to int by method invocation conversion这是我的Program2课程:
public class Program2