我是中级Python程序员,现在正在学习Java。我正在努力学习基本知识,但我不断地发现错误:
java: cannot find symbol
symbol: method SumOfTwoNumbers(int,int)
location: class Main
这是我的密码
public class Main {
public static void main(String[] args) {
SumOfTwoNumbers c = new SumOfTwoNumbers(3, 2);
}
}
public class SumOfTwoNu