P69——一年大約有3.156*10的七次方秒,編寫一個程序,提示用戶輸入年齡,然後顯示該年齡對應的秒數。

先貼正確的程序: #include <stdio.h> int main(void) { int age; double seconds=3.156e7; printf("please enter your age:"); scanf("%d",&age); printf("you have been on the earth for %.4f seconds\n",age*secon
相關文章
相關標籤/搜索