运行以下程序:
char i = 0; do { System.out.println("武汉加油!"); i++; } while(i > 0);
运行次数是
256次
128次
65536次
无限循环