From 6af4165c7b2dae8240fb4a0c368a93b7d4f7eb96 Mon Sep 17 00:00:00 2001 From: RossTheRoss Date: Wed, 20 Feb 2019 19:29:06 +0000 Subject: MORE LABS --- ee1301/wk3/lab3/mysteryBox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ee1301/wk3/lab3/mysteryBox.cpp') diff --git a/ee1301/wk3/lab3/mysteryBox.cpp b/ee1301/wk3/lab3/mysteryBox.cpp index 040197e..c1a85a4 100644 --- a/ee1301/wk3/lab3/mysteryBox.cpp +++ b/ee1301/wk3/lab3/mysteryBox.cpp @@ -1,5 +1,6 @@ #include using namespace std; + int main () { int sum = 0; for(int i=0; i<=100; i++) @@ -8,5 +9,4 @@ int main () { sum++; } cout << sum; - } \ No newline at end of file -- cgit v1.2.3