From 74723928902a4fdcf717f9ee7005c2da0028d66c Mon Sep 17 00:00:00 2001 From: Asahel Date: Thu, 1 Feb 2024 20:37:02 -0800 Subject: Implemented ForLoop --- InClassExercise7/Source.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'InClassExercise7/Source.cpp') 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 -- cgit v1.2.3