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

📄 myexample.java

📁 it is a good tool to help you study java
💻 JAVA
字号:
/*
this is a simple Java programe.
this file is named as "MyExample"
*/
class MyExample{
public static void main(String args[])
{
int num;
num=200;
System.out.println("this is num:"+num);
num=num*2;
System.out.print("this is value of num*2 :");
System.out.println(num);
}
}

⌨️ 快捷键说明

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