检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
package org.example; public class Student { String name; int age; public String getName() { return name; } public
array[j]; array[j] = array[j+1]; array[j+1] = temp; } } } } public static void main(String