From 17ce9bcd5922f8ed1bc2c31a8d904a30dfde8a20 Mon Sep 17 00:00:00 2001 From: DoolyBoi Date: Wed, 19 Oct 2022 20:13:46 -0700 Subject: comments --- BlankConsoleLab/CST116-Lab1-Havaldar.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'BlankConsoleLab') 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."; } -- cgit v1.2.3