diff options
| author | JonCr <[email protected]> | 2022-10-12 23:57:39 -0700 |
|---|---|---|
| committer | JonCr <[email protected]> | 2022-10-12 23:57:39 -0700 |
| commit | b3b173a579067fc96a43d6fede7a351c1ff71b88 (patch) | |
| tree | ca23470f4ea3ed8f132a27a01b276f9c07b74c04 /CST116-Ch8-Crombie-pseudo-code.txt | |
| parent | Initial commit (diff) | |
| download | cst116-chapter8-debugging-cognitiveshadow-b3b173a579067fc96a43d6fede7a351c1ff71b88.tar.xz cst116-chapter8-debugging-cognitiveshadow-b3b173a579067fc96a43d6fede7a351c1ff71b88.zip | |
Diffstat (limited to 'CST116-Ch8-Crombie-pseudo-code.txt')
| -rw-r--r-- | CST116-Ch8-Crombie-pseudo-code.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CST116-Ch8-Crombie-pseudo-code.txt b/CST116-Ch8-Crombie-pseudo-code.txt new file mode 100644 index 0000000..c87defa --- /dev/null +++ b/CST116-Ch8-Crombie-pseudo-code.txt @@ -0,0 +1,8 @@ +Set variable i equal to zero +Declare variable count +While i is less than ten + Print i + Add one to the previous value of i and repeat +While count is less than ten + Print count + Add one to the previous value of count and repeat
\ No newline at end of file |