Can anyone remove error from my java program? | Tool: VS Code | error: can't find main(String[]) method in class: myjavacode.Base

前端 未结 0 543
萌比男神i
萌比男神i 2021-01-17 00:52
package myjavacode;

// using vs code to run program

class Base{                            

   int x;

    public int getX() {
        return x;
    }

    public         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题