aboutsummaryrefslogtreecommitdiff
path: root/InClassExercise7/Source.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'InClassExercise7/Source.cpp')
-rw-r--r--InClassExercise7/Source.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/InClassExercise7/Source.cpp b/InClassExercise7/Source.cpp
index 7160e51..4317f95 100644
--- a/InClassExercise7/Source.cpp
+++ b/InClassExercise7/Source.cpp
@@ -10,15 +10,11 @@ using std::cout;
using std::cin;
using std::endl;
-void ForLoopExamples();
-void WhileLoopExamples();
-void DoWhileLoopExamples();
-
int main() {
ForLoop(15);
- WhileLoop(10);
- DoWhileLoop(8);
+ //WhileLoop(10);
+ //DoWhileLoop(8);
return 0;
} \ No newline at end of file