aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRossTheRoss <msattr@gmail.com>2019-04-17 12:42:06 -0500
committerRossTheRoss <msattr@gmail.com>2019-04-17 12:42:06 -0500
commitb676e9b29c2295063759591d5ea1347fef393f7d (patch)
treeae8529288ad223291db038316f31abc2b16f2244
parentLast minute touch-ups (diff)
downloadhomework-b676e9b29c2295063759591d5ea1347fef393f7d.tar
homework-b676e9b29c2295063759591d5ea1347fef393f7d.tar.gz
homework-b676e9b29c2295063759591d5ea1347fef393f7d.tar.bz2
homework-b676e9b29c2295063759591d5ea1347fef393f7d.tar.lz
homework-b676e9b29c2295063759591d5ea1347fef393f7d.tar.xz
homework-b676e9b29c2295063759591d5ea1347fef393f7d.tar.zst
homework-b676e9b29c2295063759591d5ea1347fef393f7d.zip
Formatting
-rw-r--r--ee1301/wk6/hw6_directory/strap012_HW6B.cpp2
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";