This repository contains Basic and Medium Level Java Programs.
| S.No. | Title | Description | Method |
|---|---|---|---|
| 1 | Hello World | A simple hello world program in java. | main method |
| 2 | Algebraic Operations | Addition, Subtraction, Multiplication, Division Program. | if/else |
| 3 | Algebraic Operations | Addition, Subtraction, Multiplication, Division Program. | switch/case |
| 4 | Even - Odd Number Checker | A Program to check if the entered number is Even or Odd. | Modulus |
| 5 | Positive Negative Number Checker | A Program to check if the entered number is Positive or Negative. | if/else |
| 6 | Calculate Average of numbers | A Program to calculate average of numbers using Array. | Array |
| 7 | Reversing a Number | A Simple Program to reverse a number | String |
| 8 | Binary Validation | A Program which checks if the Input String is a Binary Number or not | Modulus |
| 9 | Prime Number Checker | A Program to check if the entered number is a Prime Number or not. | if/else, for loops |
| 10 | ASCII Value Of Character | A Program to find ASCII Value of a Character entered. | TypeCasting |
| S.No. | Title | Description | Method |
|---|---|---|---|
| 1 | Matrix Multiplication | A Program to perform Matrix Multiplication | 2-D Array |
| 2 | Matrix Addition | A Program to perform Matrix Addition | 2-D Array |
| 3 | Binary to Decimal Conversion | A Program to covert Input Binary Number to Decimal. | while loop |
| 4 | Anagram Checker | A Program to check if the entered Strings are anagram or not. | if/else, for loops |
2019 © Gaurav Sachdeva, Dozy under GNU General Public License v3.0 .