C++迴圈語法2.do-while的用法(簡單猜字程式). #include using namespace std; int main() { char s1='d',s2='D',g; do{ //"do"為事先敘述迴圈內容
ngng1028.pixnet.net