单项选择题
What is the output of the following code? int G, H; G=7; while(G<=8){ h="6;" printf("%d\n", g+h); h++; } g++;> A、13 14 15
B、7 6 7 8C、7 6 7 7 8 6 8 7
D、13 14 14 15
点击查看答案&解析
相关考题
