C Primer Plus學習筆記----第三章數據和C

3.1 示例程序 #include <stdio.h> int main(int argc, char *argv[])   { float weight; //你的體重 float value;  //相等重量的白金價值 printf("Are you worth your weight in platinum?\n"); printf("Let's check it out.\n");    
相關文章
相關標籤/搜索