📄 sort.java
字号:
public class Sort
{
public static void main(String[] args)
{
int[] theNumbers = {327, 56, 128, 7, 999, 21, 67, 201};
// Write code to sort the above array of integers
// Write code to print out the sorted array of integers
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -