- 구현언어 : 자바 public class BubbleSort { public static void main(String[] args) { int[] data = { 30, 5, 9, 11, 2,…