We are uploading our contents, please refresh app.
Showing posts with label Integer Program. Show all posts
Showing posts with label Integer Program. Show all posts
Java Premium

do Selection Sort in java using function

The selection sort algorithm sorts an array by repeatedly finding the minimum element (considering ascending order) from unsorted part and p...
Java Premium

do bubble sort in java using function

Bubble Sort is the simplest sorting algorithm that works by repeatedly swapping the adjacent elements if they are in wrong order. Example: F...
Java Premium

Java Program to Calculate the Power of a Number

In this program, you'll learn to calculate the power of a number with and without using pow() function. Example 1: Calculate power of a ...
Java Premium

Java Program to Count Number of Digits in an Integer

In this program, you'll learn to count the number of digits using a while loop and for loop in Java. Example 1: Count Number of Digits i...
Java Premium

Java Program to Reverse a Number

In this program, you'll learn to reverse a number using a while loop and a for loop in Java. Example: Reverse a Number using a while loo...
Java Premium

Java Program to Find the Largest Among Three Numbers

In this program, you'll learn to find the largest among three numbers using if else and nested if..else statement in Java. Example 1: Fi...
Java Premium

Java Program to Find LCM of two Numbers

In this program, you'll learn to find the lcm of two number by using GCD, and by not using GCD. This is done using for and while loops i...
Java Premium

Java Program to Find GCD of two Numbers

In this program, you'll learn to find GCD of two numbers in Kotlin. This is done by using for and while loops with the help of if else s...
Java Premium

Java Program to Check Whether a Number is Even or Odd

In this program, you'll learn to check if a number entered by an user is even or odd. This will be done using if...else statement and te...
Java Premium

Java Program to Find the Sum of Natural Numbers using Recursion

In this program, you'll learn to find the sum of natural number using recursion in Java. This is done with the help of a recursive funct...
Java Premium

Java Program to Calculate the Sum of Natural Numbers

In this program, you'll learn to calculate the sum of natural numbers using for loop and while loop in Java. The positive numbers 1, 2, ...
Java Premium

Java Program to Find Factorial of a Number

Java Program to Find Factorial of a Number In this program, you'll learn to find the factorial of a number using for and while loop in J...
Java Premium

Java Program to Find Factorial of a Number Using Recursion

In this program, you'll learn to find and display the factorial of a number using a recursive function in Java. The factorial of a posit...
Java Premium

Java Program to Check Whether a Number is Positive or Negative

In this program, you'll learn to check whether a given number is positive or negative. This is done by using a if else statement in Java...
Java Premium

Java Program to Check Whether a Number can be Expressed as Sum of Two Prime Numbers

In this program, you'll learn to check whether a given number can be expressed as a sum of two prime numbers or not. This is done with t...
Java Premium

Java Program to Display Prime Numbers Between Two Intervals

Java Program to Display Prime Numbers Between Two Intervals In this program, you'll learn to display prime numbers between two given int...
Java Premium

write a program in java do Selection Sorting

How does Selection Sort work? Selection Sort implements a simple sorting algorithm as follows: Algorithm repeatedly searches for the lowest ...

Online user

Category

Download our android app Download App Submit your query
x

Get Updates On

Java & Premium Programs

Java Solved & Questions

Java Coding easy to use

Proper Coding

Straight Into Your INBOX!

We are going to send you our resources for free. To collect your copy at first, join our mailing list. We are promising not to bother you by sending useless information. So don't miss any updates, stay connected!