The program expects to find a single floating-point number in ASCII format; any extraneous characters will be ignored.
程序期望查找ascii格式的单精度浮点数;任何无关的字符都将忽略。
2
If you need to store floating-point values in a program, you must declare variables of type double, just as you previously had to declare variables of type int to write Add2Integers.