class bubble { public static void main (String args[]) { double a; System.out.print(a); }}
编译时,提示让我初始化,不是有初值吗?