各位java大侠 帮我解决个问题 谢谢

2024-12-02 13:54:16
推荐回答(1个)
回答(1):

public static void main(String[] args)
{
System.out.println(add(8,9));
}

这样不就出来了?