I am getting the error: java: '.class' expected, i think it has something to do with my for loop (I'm a begginner)

后端 未结 0 1874
生来不讨喜
生来不讨喜 2021-01-22 10:18
        //this variable is a "value" type

        int[] values;
        //this variable is a "reference" type
        values = new int[3];

                 


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