用string設變數名稱name 為字串變數
string name;
用while檢查是否有數值輸入 如果有 執行輸出
while( cin >> name )
先輸出每題固定的 hello 再後方加上輸入的單詞並換行
{ cout << "hello, " << name << endl;}