diff options
Diffstat (limited to 'ee1301/wk6/hw6_directory')
-rw-r--r-- | ee1301/wk6/hw6_directory/strap012_HW6B.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ee1301/wk6/hw6_directory/strap012_HW6B.cpp b/ee1301/wk6/hw6_directory/strap012_HW6B.cpp index 99b20cd..b4d7636 100644 --- a/ee1301/wk6/hw6_directory/strap012_HW6B.cpp +++ b/ee1301/wk6/hw6_directory/strap012_HW6B.cpp @@ -8,7 +8,7 @@ int ff(int x); int main() { int x; do { - std::cout << "Please enter a value of x: "; + std::cout << "Please enter a value of x: "; std::cin >> x; } while (x<0); std::cout << "Beginning calculation of ff(x)...\n"; |