8.编写一个程序,它使用一个 char 数组和循环来每次读取一个单词,直到用户输入 done 为止。 随后,该程序指出用户输入了多少个单词(不包括done 在内)。下面是该程序的运行情况: Enter words(to stop,type the word done): anteater birthday category dumpster envy finagle geometry done for sure You entered a total of 7 words. #pragma region 第五章练习8 #if 1 #include<iostream>