C++ Interactive Utility Program (Loops Project)
Student: Kavery Smith
Course: C++ Programming
Project: Loop Mastery – Interactive Menu System
This project is a C++ console application demonstrating different loop structures:
- Factorial Calculator (while loop)
- Number Pyramid (for loop, nested loops)
- Sum of Even or Odd Numbers (do-while loop)
- Reverse a String (while loop)
- Open this project in GitHub CodeSpaces.
- Compile the program: g++ loops_project.cpp -o loops_project
- Run the program: ./loops_project
- Follow the menu prompts.