I am new to coding and watching a tutorial. These lines work in the tutorial, but Eclipse keeps telling me there is an error

后端 未结 0 473
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-28 14:45
public class LearnJava {

    public static void main(String[] args) {
        name = "Susan";
        System.out.println(name.toUpperCase());
    }
}
<         


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