diff options
| author | Anibal LopezBonilla <[email protected]> | 2022-10-19 22:11:28 -0700 |
|---|---|---|
| committer | Anibal LopezBonilla <[email protected]> | 2022-10-19 22:11:28 -0700 |
| commit | 82b7f312d3a188975d5b2e110aa6857d40607690 (patch) | |
| tree | bae25e6df65bd44cd02a666b782eb53d40c47744 | |
| parent | Push 5 (diff) | |
| download | cst116-lab1-lopez-bonilla-82b7f312d3a188975d5b2e110aa6857d40607690.tar.xz cst116-lab1-lopez-bonilla-82b7f312d3a188975d5b2e110aa6857d40607690.zip | |
Push 6 Added Output file
| -rw-r--r-- | Lab01-Pseudocode.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Lab01-Pseudocode.txt b/Lab01-Pseudocode.txt new file mode 100644 index 0000000..b4d2319 --- /dev/null +++ b/Lab01-Pseudocode.txt @@ -0,0 +1,17 @@ +Hello welcome to the Kite App + +Please enter your kite's width in CM +123 +Please Enter your kite's length in CM +223 +Your kite Measurements is 123 By 223 +The area of the kite in squre meter is 1.37145 Square Meters +The aspect ratio of your kite is 0.55157 +Your Kite Weighs: 0.185146 +The gravitational pull of your kite is 1.81443 + +C:\Users\speed\source\repos\cst116-lab1-BuzzerBeaterClutch\x64\Debug\BlankConsoleLab.exe (process 45868) exited with code 0. +To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops. +Press any key to close this window . . . + + |