Giter Site home page Giter Site logo

iamarav / java-programs Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 55 KB

:100: Just a repository with some Java Programs for practice.

License: GNU General Public License v3.0

Java 100.00%
java javadevelopment javaprograms datastructures java-data-structure basic-java

java-programs's Introduction

Java Programs ๐Ÿ’ป

Summary ๐Ÿ˜ƒ

This repository contains Basic and Medium Level Java Programs.

Programs โšก


List of Basic 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
11 Generate Random Number A Program to generate Random Number, Also to generate Random Number between a Range. Math.random() function
12 Factorial A Program to find Factorial of an Integer. (For limit = 20) while loop, long
13 Factorial for Bigger Integers A Program to find Factorial for an integer value up to 200. while loop, BigInteger

List of Other 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

List of Cryptography Algorithms:

S.No. Title Description Method
1 Caesars Cipher A Program to perform Caesars Cipher Algorithm for Cryptography if/else, String Operations

License and Copyright โœ…

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

java-programs's People

Contributors

iamarav avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.