首頁 文章 单词

单词

2022-03-20 19:25  瀏覽數:334  來源:小键人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));
}
}



聲明:以上文章均為用戶自行添加,僅供打字交流使用,不代表本站觀點,本站不承擔任何法律責任,特此聲明!如果有侵犯到您的權利,請及時聯系我們刪除。

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