0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 C:\Users\edfin\Source\Repos\cst116-chapter8-debugging-EdwardFine\CST116-Ch8-Debugging\x64\Debug\CST116-Ch8-Debugging.exe (process 16584) exited with code 0. Press any key to close this window . . . Establish int i and set equal to 0 Establish int count While i <10, print i and add 1 to i until it breaks the loop. For when count starts at 0, and while count <10, print count and add 1 to count until it breaks the loop.