📄 poisonparen.java
字号:
public class PoisonParen {
/*
* Add a declaration that initializes a field to some expression and
* compile the program. It must compile without error. Now add a pair
* of parentheses around a subexpression that serves merely to reinforce
* the order of evaluation that was performed before you inserted the
* parentheses. Recompile the program. If it no longer compiles, then
* you've solved the puzzle!
*/
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -