程式 碼. #include <stdio.h> int main() { float a=10.1,b=5.2; printf("num1=%f\n",a); // 「%f」為小數格式指定字 printf("num2=%f\n",b); ...
確定! 回上一頁