diff options
| author | James Lawrance <[email protected]> | 2021-10-23 10:17:51 -0700 |
|---|---|---|
| committer | James Lawrance <[email protected]> | 2021-10-23 10:17:51 -0700 |
| commit | 6dab8c7a4bead7c0d6e295a1be544731361ac716 (patch) | |
| tree | 0849ce2d597b22b4a6a74de4b7057079dd5d3805 /TextFile1.txt | |
| parent | Text file up to 7c (diff) | |
| download | cst116-lab4-jemersonlawrance-master.tar.xz cst116-lab4-jemersonlawrance-master.zip | |
Diffstat (limited to 'TextFile1.txt')
| -rw-r--r-- | TextFile1.txt | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/TextFile1.txt b/TextFile1.txt index 819b3f2..e5bc75b 100644 --- a/TextFile1.txt +++ b/TextFile1.txt @@ -1,4 +1,4 @@ -James Lawrance Lab 4 Work + Output +James Lawrance Lab 4 Work + Output ---------------------------------- 7a - @@ -142,3 +142,22 @@ Press 1 for 24 hour notation, 2 for military time, or 3 for standard format. 3 The current time: 9:15:20PM in standard format + +8b - +9.14 Programming Exercises Output - + +Welcome to the rectangle program! +It is time to create a rectangle with dimensions that you specify. + +What is the width of the rectangle? +3 +Ok, got it. And what about the height? +4 + +┌───┐ +│ │ +│ │ +└───┘ + +Above is your rectangle, 3 units wide and 4 units tall. +Thank you for trying the rectangle program!
\ No newline at end of file |