public class driver { public static void main (String args[]) { bubble b = new bubble(); System.out.println(b.bubble()); } }