-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Dive deeper into C++ programming by mastering loops and patterns! This beginner-level task will enhance your understanding of nested loops and conditional statements, crucial skills for any programmer.
Task:
Your challenge is to write a C++ program that prints various patterns using loops. Start with simple patterns like triangles and squares, and then challenge yourself with more complex designs. You can create patterns using numbers, stars, or any other characters you prefer.
Instructions:
- Fork this repository to your GitHub account.
- Clone the forked repository to your local machine:
git clone https://github.com/KALIIOWORK/basic_c-_programs.git - Create a new C++ file named
pattern_printer.cpp. - Write a program that prints at least three different patterns using nested loops.
- Ensure each pattern is clearly labeled when printed.
- Experiment with different characters and numbers to create unique patterns.
- Compile and run your program to verify the patterns are displayed correctly.
- Commit your changes and push them to your forked repository.
- Open a pull request with your changes.
Note:
This task will reinforce your knowledge of loops and conditional statements in C++. Feel free to challenge yourself with intricate patterns! Happy coding! 🌟✨
Reactions are currently unavailable