为了账号安全,请及时绑定邮箱和手机立即绑定

代餐带返回值的java程序错哪里了。。

代餐带返回值的java程序错哪里了。。

qq_nanranlanW_0 2016-12-18 23:54:18
Multiple markers at this line - a cannot be resolved to a variable - Syntax error on token "int", delete this  token - b cannot be resolved to a variable - Syntax error on token "int", delete this  token以下是代码:package 全球我; public class AAS {    public static void main(String[] args) {        AAS hello=new AAS();        hello.add(18,20);        int sum=hello.add(int a,int b);        System.out.print(sum);   }    public int add(int a,int b){    int sum=a+b;    return sum;} }我懂了我懂了,谢谢,不知道怎么关闭问题。。
查看完整描述

目前暂无任何回答

  • 0 回答
  • 0 关注
  • 882 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信