hour03_2.txt

来自「C++学习的有利助手」· 文本 代码 · 共 11 行

TXT
11
字号
Some names and types that come to mind:

   int speed_limit = 55;  // on the highway
   float cost_of_gasoline = 1.999;  // yours may be higher or lower
   float sales_tax = 0.06; // Most of Pennsylvania

   char soc_sec_no[13] = "999-99-9999";   // Not mine!  Remember to allow room for the null terminator

I'm sure you can think of a lot more!

There is no real "solution" to this exercise...

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?