diff options
| author | Morgan Cyrus <[email protected]> | 2022-10-30 12:26:42 -0700 |
|---|---|---|
| committer | Morgan Cyrus <[email protected]> | 2022-10-30 12:26:42 -0700 |
| commit | ad8be5a37b29265f416d5b1f7a9c468ba20692b0 (patch) | |
| tree | 76b9a15f6e0f027abc62631a01284e075c923694 /CST116-Ch10-Debugging/CST116-CH10-pseudo-code-Cyrus.txt | |
| parent | removed const (diff) | |
| download | cst116-ch10-debugging-cyrus-main.tar.xz cst116-ch10-debugging-cyrus-main.zip | |
Diffstat (limited to 'CST116-Ch10-Debugging/CST116-CH10-pseudo-code-Cyrus.txt')
| -rw-r--r-- | CST116-Ch10-Debugging/CST116-CH10-pseudo-code-Cyrus.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CST116-Ch10-Debugging/CST116-CH10-pseudo-code-Cyrus.txt b/CST116-Ch10-Debugging/CST116-CH10-pseudo-code-Cyrus.txt new file mode 100644 index 0000000..c57c392 --- /dev/null +++ b/CST116-Ch10-Debugging/CST116-CH10-pseudo-code-Cyrus.txt @@ -0,0 +1,10 @@ +Create three arrays with a size of constant SIZE (10) + +get user name, first and last, and display a welcome message and their name +assign the values 0-10 to varX and those same values +100 to varY + +assign varX+varY to varZ for each set of values with special rule to assign the second value of varX to 99 and then do math + +print out 'tab' 'x' 'tab' 'y' 'tab' 'z' and two new lines + +then print the information for each value of the arrays in their appropriate columns
\ No newline at end of file |