-
Notifications
You must be signed in to change notification settings - Fork 270
Closed
Description
A simple C++ program to print a butterfly pattern using loops. This pattern is a popular exercise in programming to practice nested loops, conditional statements, and pattern printing. The program takes the number of rows as input and displays a symmetric butterfly pattern made of asterisks (*).
- Demonstrates use of nested for loops
- Helps beginners understand pattern-based logic in C++
CODERUDRA-X
Metadata
Metadata
Assignees
Labels
No labels