From 6dab8c7a4bead7c0d6e295a1be544731361ac716 Mon Sep 17 00:00:00 2001 From: James Lawrance Date: Sat, 23 Oct 2021 10:17:51 -0700 Subject: Lab 4 completed 10/23/21 --- TextFile1.txt | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'TextFile1.txt') 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 -- cgit v1.2.3