From e19ca8e30e62b5e6bab9631f0760d14822bb7790 Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Sun, 3 Feb 2019 15:30:09 -0600 Subject: Fix dumb mistake --- ee1301/wk1/hw1_directory/strap012_1A.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ee1301/wk1/hw1_directory') diff --git a/ee1301/wk1/hw1_directory/strap012_1A.cpp b/ee1301/wk1/hw1_directory/strap012_1A.cpp index fc9ddfc..650bf7a 100644 --- a/ee1301/wk1/hw1_directory/strap012_1A.cpp +++ b/ee1301/wk1/hw1_directory/strap012_1A.cpp @@ -11,7 +11,7 @@ int main() cout << "Input the radius of the sphere: "; cin >> r; - cout << "Input the h of the fluid: "; + cout << "Input the height of the fluid: "; cin >> h; cout << fixed << setprecision(2) //Set rounding to 2 decimal places -- cgit v1.2.3