diff options
| author | Batbold74 <[email protected]> | 2022-10-26 21:18:17 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-26 21:18:17 -0700 |
| commit | 0a42412aead84797417f0909e9d14975025e7756 (patch) | |
| tree | 77b40a28e55fd15f08357657fda92592ea6a2b85 | |
| parent | Add files via upload (diff) | |
| download | cst116-ch10-debugging-batbold74-0a42412aead84797417f0909e9d14975025e7756.tar.xz cst116-ch10-debugging-batbold74-0a42412aead84797417f0909e9d14975025e7756.zip | |
Add files via upload
| -rw-r--r-- | CST116-Week5.Project1-Pseudocode-Bold.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CST116-Week5.Project1-Pseudocode-Bold.txt b/CST116-Week5.Project1-Pseudocode-Bold.txt new file mode 100644 index 0000000..42afbc9 --- /dev/null +++ b/CST116-Week5.Project1-Pseudocode-Bold.txt @@ -0,0 +1,3 @@ +1. Set the headers first.
+2. Initilize the variables.
+3. Cout all of them with manupulator such as setw or setf.
|