Posts by Kollabathula Preetham
Author Biographical Info: A Computer Science student.
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
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
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
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