This repository contains a collection of classic and creative pattern printing programs written in Java. Perfect for beginners looking to improve their logic-building and control flow skills.
- 🔸 All_Pattern
- 🔸 Final_Pattern
- 🔸 Pattern1 – Left Half Pyramid
- 🔸 Pattern2 – Right Half Pyramid
- 🔸 Pattern3 – Full Pyramid
- 🔸 Pattern4 – Inverted Pyramid
- 🔸 Pattern5 – Diamond Shape (Barfi style 💎)
- 🔸 Pattern6 – Hollow Patterns
- 🔸 Pattern7 – Custom / Creative Designs
- 🔸 Pyramid_Pattern – Fun with nested loops!
for
loops and nested loops- Spacing logic
- Symmetry and alignment
- Java basics and syntax