diff options
author | RossTheRoss <msattr@gmail.com> | 2019-02-03 15:30:09 -0600 |
---|---|---|
committer | RossTheRoss <msattr@gmail.com> | 2019-02-03 15:30:09 -0600 |
commit | e19ca8e30e62b5e6bab9631f0760d14822bb7790 (patch) | |
tree | d9d9e3b9a8ef35d543ccb67d3b91e4644d93068d | |
parent | Fixin things, breaking others (diff) | |
download | homework-e19ca8e30e62b5e6bab9631f0760d14822bb7790.tar homework-e19ca8e30e62b5e6bab9631f0760d14822bb7790.tar.gz homework-e19ca8e30e62b5e6bab9631f0760d14822bb7790.tar.bz2 homework-e19ca8e30e62b5e6bab9631f0760d14822bb7790.tar.lz homework-e19ca8e30e62b5e6bab9631f0760d14822bb7790.tar.xz homework-e19ca8e30e62b5e6bab9631f0760d14822bb7790.tar.zst homework-e19ca8e30e62b5e6bab9631f0760d14822bb7790.zip |
Fix dumb mistake
-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 |