編寫函數(shù)GetReal和GetString,在main函數(shù)中分別調用這兩個函數(shù)。在讀入一個實數(shù)和一個字符串后,將讀入的結果依次用printf輸出。
兩次輸入前要輸出的提示信息分別是" please input a number:\n”和" please input a string:\n"
輸入格式
無
輸出格式
無
樣例輸入
9.56
hello
樣例輸出
please input a number:
please input a string:
9.56
hello