How to use goto statement correctly

前端 未结 8 1755
自闭症患者
自闭症患者 2020-12-02 14:50

I am taking my high school AP Computer Science class.

I decided to throw a goto statement into a one of our labs just to play around, but I got this er

8条回答
  •  -上瘾入骨i
    2020-12-02 15:16

    Java does not support goto, it is reserved as a keyword in case they wanted to add it to a later version

提交回复
热议问题