From 23e9a2fb57101db978312e6f9f2092ab9ff9b90f Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Sat, 23 Feb 2019 17:45:02 -0600 Subject: ah. --- ee1301/wk3/hw3_directory/strap012_HW3A.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ee1301/wk3/hw3_directory/strap012_HW3A.cpp b/ee1301/wk3/hw3_directory/strap012_HW3A.cpp index d8db2b1..491628e 100644 --- a/ee1301/wk3/hw3_directory/strap012_HW3A.cpp +++ b/ee1301/wk3/hw3_directory/strap012_HW3A.cpp @@ -27,10 +27,11 @@ int spin_the_wheel(int d, int w) { return 1; } int main () { - int m; + long n=1000000; + int m=0; int d= 3; int w= 9; - for (long n=1000000; n>0; n--) { + for (n; n>0; n--) { m = spin_the_wheel(d,w); if (m==1) { m++; -- cgit v1.2.3