aboutsummaryrefslogtreecommitdiffstats
path: root/ee1301/wk3/hw3_directory/strap012_HW3A.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ee1301/wk3/hw3_directory/strap012_HW3A.cpp')
-rw-r--r--ee1301/wk3/hw3_directory/strap012_HW3A.cpp5
1 files 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++;