This repository contains pattern generating programs in Java. The pattern generating programs present in this repository gives better insight of programming logic, as well as basic java programming concepts.
- This program takes an integer as an input from user and prints that many serial numbers as output.
- This program takes an integer as an input from user and prints the numbers in reverse order.
- This program prints the even numbers till given input number.
- This program prints odd numbers in given range.
- This program prints the prime numbers pattern.
- This program prints the * pattern in single line 'n' times.
- This program prints each * pattern at new line 'n' times.
- This program prints * in diagonal fashion.
- This program prints the * in some unique fashion.