Skip to content
Download Android App: Follow Us:
Simple2Code
  • Home
  • Java
    • Java Tutorial
    • Java Programs
    • Java Pattern Programs
  • C
    • C Tutorial
    • C Programs
  • C++
    • C++ Tutorial
    • C++ Programs
  • C#
    • C# Tutorial
    • C# Programs
  • Apps
  • Blog
  • About Us

Java Programs

java pattern program app

Merge Sort in Java

In this tutorial, we will learn how to implement Merge Sort in java. First, we will start by understanding the Merge Sort algorithm. Sorting Algorithms in Java Merge Sort Algorithm Merge Sort is another sorting algorithm that follows a Divide and …

Read moreMerge Sort in Java

Categories Java Programs Tags java sorting program

Quick Sort in Java

In this post, we will learn how to implement Quick Sort in java. First, we will start by understanding the Quick Sort algorithm. Sorting Algorithms in Java Quick Sort Algorithm Quicksort algorithm is a way of rearranging the elements in …

Read moreQuick Sort in Java

Categories Java Programs Tags java sorting program

Insertion Sort in java

In this tutorial, we will learn how to implement Insertion Sort in java. First, we will start by understanding the Insertion Sort algorithm. Sorting Algorithms in Java Insertion Sort Algorithm Insertion sort is a simple sorting algorithm that sorts the …

Read moreInsertion Sort in java

Categories Java Programs Tags java sorting program

Heap Sort in Java

In this tutorial, we will learn how to implement Heap Sort in java. First, we will start by understanding the Heap Sort algorithm. Sorting Algorithms in Java Heap Sort Algorithm Heap is a tree in heap sorting that possesses some …

Read moreHeap Sort in Java

Categories Java Programs Tags java sorting program

Selection Sort in Java

In this post, we will learn how to implement Selection Sort in java. First, we will start by understanding the Selection sort algorithm. Sorting Algorithms in Java Selection Sort Algorithm The selection sort is a simple sorting algorithm which is …

Read moreSelection Sort in Java

Categories Java Programs Tags java sorting program

Counting Sort in Java

In this post, we will learn how to implement Counting Sort in java. First, we will start by understanding the Counting Sort algorithm. Sorting Algorithms in Java Counting Sort Algorithm Counting Sort Algorithm is an integer-based algorithm, non-comparison, and linear …

Read moreCounting Sort in Java

Categories Java Programs Tags java sorting program

Special Number Program in Java

Here we will learn how to do programming on Special Number. We will start by understanding, what is Special Numbers and solve the following two questions on a special number in java. Question:1. Write a program in Java to check …

Read moreSpecial Number Program in Java

Categories Java Programs Tags java special program

Java Program to Find the LCM of Two Numbers

Here, we will write a program to calculate the LCM of two numbers in java. LCM stands for Lowest Common Factor. The Numbers will be taken as input from the user using the scanner class. Before we start, click on …

Read moreJava Program to Find the LCM of Two Numbers

Categories Java Programs Tags java number programs

Java Program to Find the Greatest of Three numbers using if-elseif statement

The following program takes three integers from the user and finds the largest of those three numbers. The program uses if..else if statement to check the greatest of three and print them accordingly. Before we start, click on the links …

Read moreJava Program to Find the Greatest of Three numbers using if-elseif statement

Categories Java Programs Tags java loop program

Java Program to Find the Greatest of Three Numbers

The following program takes three integers from the user and finds the largest of those three numbers. The program uses if..elseif statement to check the greatest of three and print them accordingly. Before we start, click on the links below …

Read moreJava Program to Find the Greatest of Three Numbers

Categories Java Programs Tags java number programs
Older posts
Newer posts
← Previous Page1 … Page17 Page18 Page19 … Page23 Next →

More Topics

  • Java Program to find the sum of the Largest Forward Diagonal
    28 April 2024
  • C Program to search an element in an array using Pointers
    7 January 2024
  • C Program to find the sum of the digits of a number using recursion function
    7 January 2024
  • C program to find factorial of a numberĀ using Ternary operator with Recursion
    6 January 2024
  • C Program to Add Two Numbers Using Call by Reference
    6 January 2024
  • Find the output ab, cd, ef, g for the input a,b,c,d,e,f,g in Javascript and Python
    1 February 2023
  • String Pattern Programs in C
    29 July 2022

Categories

  • C Programs
  • C Tutorial
  • computer fundamentals
  • CPlusPlus Programs
  • CPlusPlus Tutorial
  • CSharp Programs
  • CSharp Tutorial
  • HTML
  • Java Programs
  • Java Tutorial
  • javascript
  • Uncategorised

Simple2Code

  • About Us
  • Privacy Policy
  • Disclaimer
  • Sitemap

Search

Follow Us:
Copyright © 2026 Simple2Code