Home Article Practice 单词

单词

2022-03-20 19:25  views:381  source:小键人1935869    

public class Text1 {}
public static void main(String[] args) {}
System.out.println();
void
while
private
protected
int
short
float
double
StringBuilder stringBuilder = new StringBuilder();
public class Text2 {
public static void main(String[] args) {
int[] arr = {2, 1, 4, 5, 6, 1};
for (int i = 0; i < arr.length - 1; i++) {
for (int j = 0; j < arr.length - 1 - i; j++) {
int temp = 0;
if (arr[j] > arr[j + 1]) {
temp = arr[j];
arr[j] = arr[j + 1];
arr[j + 1] = temp;
}
}
}
System.out.println(Arrays.toString(arr));
}
}



Disclaimer: The above articles are added by users themselves and are only for typing and communication purposes. They do not represent the views of this website, and this website does not assume any legal responsibility. This statement is hereby made! If there is any infringement of your rights, please contact us promptly to delete it.

字符:    改为:
去打字就可以设置个性皮肤啦!(O ^ ~ ^ O)