Java program to find out the GCD between two numbers. Here, we will discuss the various methods to find out the GCD between two numbers. Also, we’ll learn how to calculate the GCD of n numbers. Soon Compiler has added to it so that you can execute the set of programs yourself. The methods as aforementioned are: Using Static Method ...
Read More »Author Archives: Java Tutor
C Program To Print Number Of Days In A Month | Java Tutoring
C program to input the month number and print the number of days in that month – In this article, we will expand on how to input the month number and print the number of days in that month in C programming. Suitable examples and sample programs have also been added so that you can understand the whole thing very ...
Read More »C Program To Input Any Alphabet And Check Whether It Is Vowel Or Consonant
C program to input any alphabet and check whether it is vowel or consonant – In this article, we will demonstrate the way to check whether any inputted alphabet is a vowel or consonant in C programming. Suitable examples and sample programs have also been added so that you can understand the whole thing very clearly. The compiler has also ...
Read More »Insertion Sort Java Algorithm – 2 Ways | Java Sortings
Implement Insertion Sort Algorithm In Java – We will discuss the various methods to Implement Insertion Sort Algorithm In Java. The compiler has been added so that you can execute the programs easily, alongside suitable examples and sample outputs. The methods are – Also check Heap Sort In Java Algorithm – Using Array. Algorithm – Using Buffered Reader. Insertion Sort ...
Read More »Palindrome Program In Java – 5 Ways | Programs
Palindrome program in Java – Here, we will discuss the various methods to check whether a given number is a palindrome or not. A compiler is added so that you can execute the program yourself, alongside various examples and sample outputs are given. The methods aforementioned are: Print using For Loop Print using Static Method Print using Recursion Print using ...
Read More »Perfect Number In Java Program – 3 Ways | Programs
Java program to check a perfect number or not. The following program has been written in 3 different ways to check whether the given number is a perfect number or not. The compiler is also added so that you can execute the program yourself, along with sample outputs citing few examples. The methods used are: Print using While Loop. Print ...
Read More »Java Program For Addition, Subtraction, Multiplication, Division | Programs
Java program for Addition, Subtraction, Multiplication and Division. Here we will discuss the most common mathematical operations such as addition, subtraction, multiplication and division In java. The compiler has been added as well so that you can execute the programs yourself, along with suitable examples and sample outputs. The programs as aforementioned are: Addition. Addition using Static Method. Subtraction. Multiplication. ...
Read More »C Variables – Tutorial With Examples | C Programming
Variables A variable is a symbolic notation associated with a memory location where the memory location can hold a value and that value can change at any time in course of the program through some statements. The way we use variables in mathematics the same way we use variables in programming. In mathematics, the volume of a cuboid is calculated ...
Read More »Hollow Right Triangle Star Pattern Java Program
Java program to print Hollow right triangle star pattern program – We have written below the print/draw Hollow right triangle asterisk/star pattern program in four different ways with sample example and output, check it out. At the end of the program, we have added compiler such that you can execute the below codes. Using For Loop Using While Loop Using Do ...
Read More »Linear Search In Java Program – 2 Simple Ways | Programs
Java program for linear search – We will discuss the methods on how to carry out the linear search operation in Java. Compiler has been added so that you can execute the programs by yourself, alongside suitable examples and sample outputs. The methods as mentioned above are: Linear Search – Using Array Linear Search – Using Recursion Linear Search In ...
Read More »