Identify the bug. Although not required, to test your answer, you are encouraged to enter your corrected

Question:

Identify the bug. Although not required, to test your answer, you are encouraged to enter your corrected code in a program and run it.

public static void main(String[] args) { int count 0; int sum = 0; int product 1; do { count++; sum + count;

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: