diff options
Diffstat (limited to 'ee1301/wk1/hw1_directory/strap012_1A.cpp')
-rw-r--r-- | ee1301/wk1/hw1_directory/strap012_1A.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |