Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

32 Commits

Repository files navigation

Java Programs 💻

Summary 😃

This repository contains Basic and Medium Level Java Programs.

Programs ⚡


List of Basic Programs:

S.No.TitleDescriptionMethod
1Hello WorldA simple hello world program in java.main method
2Algebraic OperationsAddition, Subtraction, Multiplication, Division Program.if/else
3Algebraic OperationsAddition, Subtraction, Multiplication, Division Program.switch/case
4Even - Odd Number CheckerA Program to check if the entered number is Even or Odd.Modulus
5Positive Negative Number CheckerA Program to check if the entered number is Positive or Negative.if/else
6Calculate Average of numbersA Program to calculate average of numbers using Array.Array
7Reversing a NumberA Simple Program to reverse a number.String
8Binary ValidationA Program which checks if the Input String is a Binary Number or not.Modulus
9Prime Number CheckerA Program to check if the entered number is a Prime Number or not.if/else, for loops
10ASCII Value Of CharacterA Program to find ASCII Value of a Character entered.TypeCasting
11Generate Random NumberA Program to generate Random Number, Also to generate Random Number between a Range.Math.random() function
12FactorialA Program to find Factorial of an Integer. (For limit = 20)while loop, long
13Factorial for Bigger IntegersA Program to find Factorial for an integer value up to 200.while loop, BigInteger

List of Other Programs:

S.No.TitleDescriptionMethod
1Matrix MultiplicationA Program to perform Matrix Multiplication.2-D Array
2Matrix AdditionA Program to perform Matrix Addition.2-D Array
3Binary to Decimal ConversionA Program to covert Input Binary Number to Decimal.while loop
4Anagram CheckerA Program to check if the entered Strings are anagram or not.if/else, for loops, Array, String Operations
5Remove Word From StringA Program to remove specific word from String.if/else, String Operations
6Finding Missing NumberGiven 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
7Quadratic EquationA Program to find real values for a Quadratic Equation with discriminant value method.Arithmetic Operations
8Print a Star Pattern for InputProgram to print a star Pattern for an input.for loops
9Fibonacci SeriesProgram to display Fibonacci series using for loop.for loop
10Fibonacci SeriesProgram to display Fibonacci series using while loop.while loop

List of Cryptography Algorithms:

S.No.TitleDescriptionMethod
1Caesars CipherA Program to perform Caesars Cipher Algorithm for Cryptographyif/else, String Operations

License and Copyright ✅

2019 © Gaurav Sachdeva, Dozy under GNU General Public License v3.0 .

About

💯 Just a repository with some Java Programs for practice.

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages