aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch8-Debugging/CST116-CH8-Debug-Pseudocode.txt
blob: feaac1f0c5e7b9b8dbf1b90621134b77e4be8053 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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.