Writing a Proper if Control if(numl< 0) negativeCount =0; if (num2< 0) if (num3< 0) if (numl 0) Ise negativeCount++i negativeCount =2 if(num2< 0 if(num3< 0) negativeCount++ negativeCount 2 else if(num3 0 negativecount =1 negativecount++ else 0) if(num3 0) negativeCount =2: else The statement else if(num3<0) negative Count++ increments the variable by one C 2000 McGraw-Hill Introduction to Object-Oriented Programming with Java--Wu Chapter 6-16© 2000 McGraw-Hill Introduction to Object-Oriented Programming with Java--Wu Chapter 6 - 16 Writing a Proper if Control if (num1 < 0) if (num2 < 0) if (num3 < 0) negativeCount = 3; else negativeCount = 2; else if (num3 < 0) negativeCount = 2; else negativeCount = 1; else if (num2 < 0) if (num3 < 0) negativeCount = 2; else negativeCount = 1; else if (num3 < 0) negativeCount = 1; else negativeCount = 0; negativeCount = 0; if (num1 < 0) negativeCount++; if (num2 < 0) negativeCount++; if (num3 < 0) negativeCount++; The statement negativeCount++; increments the variable by one