diff options
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 |