Hi all! Exercise 2.2 (Open, build and run MyCompute NetBeans project) contains Figure 2.13 showing the results of running the "MyCompute"-project. It says "Result of addition is 200" but it should be "Result of multiplication is 200". Take a look at MyCompute.java, line 22: "int multiResult = int1 * int2;" and the following output in line 23.
Not a big mistake, but it could lead to confusion nevertheless. Kind regards Frank --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaprogrammingwithpassion?hl=en -~----------~----~----~----~------~----~------~--~---
