Error: not a statement when declaring a boolean in Java

后端 未结 3 1133
[愿得一人]
[愿得一人] 2021-01-25 10:01

The following code:

boolean continue = false;

Returns the following error:

error: not a statement
  boolean continue = false;
          


        
3条回答
提交回复
热议问题