Skip to content

SmithKavery/cpp-loops-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

cpp-loops-project

C++ Interactive Utility Program (Loops Project)

Interactive Math & String Utility Program

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)

How to Run

  1. Open this project in GitHub CodeSpaces.
  2. Compile the program: g++ loops_project.cpp -o loops_project
  3. Run the program: ./loops_project
  4. Follow the menu prompts.

About

C++ Interactive Utility Program (Loops Project)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages