Posts by Kollabathula Preetham

Author Biographical Info: A Computer Science student.

Co-Primes in Java

By Kollabathula Preetham

In this tutorial, we will learn to distinguish co-primes from non-co-primes and implement it in Java. So what exactly are Co-Primes? Co-Primes When two numbers have no common facto.... Read More

How to find if a number is Niven (Harshad number) or not in Java

By Kollabathula Preetham

In this tutorial, we’ll be finding out if a number is Niven number ( Harshad number ) or not in Java. Niven Number Niven number or Harshad number is a number, perfectly divis.... Read More

Finding out a Kaprekar number in Java

By Kollabathula Preetham

Hey guys! The topic for today is finding out if a number is a Kaprekar number or not in Java. So what is a Kaprekar number? Kaprekar Number in Java When you square a number, then s.... Read More

Implement Caesar Cipher in Java

By Kollabathula Preetham

Hey guys! The topic for today is how to implement Caesar Cipher in Java. So we will learn how to encode our message using Caesar Cipher algorithm which is both simplest and easiest.... Read More

Related Posts