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");    
相关文章
相关标签/搜索