CPlusPlus20ForProgrammers
CPlusPlus20ForProgrammers copied to clipboard
Update fig06_02.cpp - values2
Here, it is a syntax error that values2 is initialized and never used, so the results of the executed program do not agree with those shown in the book. In the book this error is also noticeable even though the result after running the program in the book is correct.