标签: java command-prompt
these are the errors
print("the sum of \(int) + \(Int(double)) is equal to \(double + double2)")
我正在使用import java.util.ArrayList;封装
答案 0 :(得分:0)
它看起来像编译问题。请确保您的DatabasePayroll类已正确导入。如果它来自外部jar,那么在构建路径中添加该jar。更好地使用像eclipse这样的java IDE,它简化了编译,调试和其他许多工作。