⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jlab0303_3.java

📁 这是一些JAVA的程序是我们的作业可能对一部分人会很有用
💻 JAVA
字号:
class JLab0303_3{
public static void main(String[] args){
int j;
System.out.println("Open the fridge ...");
for(j = 0; j < 3; j++){
System.out.println("Chomp!");
}
System.out.println("... close the fridge");
System.out.println("When done the loop counter is " + j);
}
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -