diff options
| author | DoolyBoi <[email protected]> | 2022-10-19 20:13:46 -0700 |
|---|---|---|
| committer | DoolyBoi <[email protected]> | 2022-10-19 20:13:46 -0700 |
| commit | 17ce9bcd5922f8ed1bc2c31a8d904a30dfde8a20 (patch) | |
| tree | 0235661900669186c80bc3b73ce3fc8271eb82a3 | |
| parent | commiting last bit (diff) | |
| download | cst116-lab1-abd00l4h-17ce9bcd5922f8ed1bc2c31a8d904a30dfde8a20.tar.xz cst116-lab1-abd00l4h-17ce9bcd5922f8ed1bc2c31a8d904a30dfde8a20.zip | |
comments
| -rw-r--r-- | BlankConsoleLab/CST116-Lab1-Havaldar.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BlankConsoleLab/CST116-Lab1-Havaldar.cpp b/BlankConsoleLab/CST116-Lab1-Havaldar.cpp index 365a0fc..65f3a9d 100644 --- a/BlankConsoleLab/CST116-Lab1-Havaldar.cpp +++ b/BlankConsoleLab/CST116-Lab1-Havaldar.cpp @@ -65,6 +65,7 @@ int main() //calculating gravitational pull gPull = mass * 9.8; + //output the weight of kite to user cout << "Your kite weighs " << gPull << " kg."; } |