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