This repository contains Basic and Medium Level Java Programs.
| 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, Array, String Operations |
| 5 | Remove Word From String | A Program to remove specific word from String. | if/else, String Operations |
| 6 | Finding Missing Number | Given an array C of size N-1 and given that there are numbers from 1 to N with one element missing, the missing number is to be found. | Array Operations |
| 7 | Quadratic Equation | A Program to find real values for a Quadratic Equation with discriminant value method. | Arithmetic Operations |
| 8 | Print a Star Pattern for Input | Program to print a star Pattern for an input. | for loops |
| 9 | Fibonacci Series | Program to display Fibonacci series using for loop. | for loop |
| 10 | Fibonacci Series | Program to display Fibonacci series using while loop. | while loop |
2019 © Gaurav Sachdeva, Dozy under GNU General Public License v3.0 .
