Java Program to Display the ATM Transaction

In this tutorial, we will write an ATM program in Java. The program will represent the ATM transaction executed. Operation available in the ATM Transaction are: Withdraw Deposit Check Balance Exit The user will choose one of the above operations: Withdraw is to withdraw the amount from an ATM. The user is asked to enter … Read more

Spy Number in Java

In this tutorial, we will write java programs to check for Spy Numbers. We will look at two different java programs son Spy Number Java Program to Check If a Number is Spy number or not. Java Program to print all the Spy Number within a given Range. What is Spy Number? A number is … Read more

Neon Number in Java

In this tutorial, we will write two programs for the Neon number in Java. Program to check whether the nuber neon number or not in Java Display all the neon numbers within the specified range in java. Neon Numbers A number is said to be a neon number if the sum of the digits of … Read more

Keith Number in Java

In this java programming tutorial, you will learn about Keith Number and its implementation in java. It is frequently asked in Java coding. What is Keith Number? A positive n digit number x is called a Keith number or repfigit number (repetitive Fibonacci-like digit) if it is arranged in a special number sequence generated using its … Read more

Fascinating Number in Java

In this java program tutorial, we will learn about Fascinating Number and its implementation through Java. We will check whether the number Fascinating Number or not and also another program to find the find Fascinating Number within a given range in java. What is Fascinating Number? A number is said to be a fascinating number … Read more

Tech Number Program in Java

In this tutorial, we will learn about Tech numbers and create a Java program to check for Tech numbers. We will see two java examples on Tech Numbers with Java Programming. What is Tech Number? A number is said to be Tech Number if the number is an even digit number and is equally divided into two halves. After … Read more

Sunny Number in JAVA

In this tutorial, we will learn about Sunny numbers and create a Java program to check for sunny numbers. We will see two java examples on Sunny Number. What is Sunny Number? A number N is said to be a sunny number if the number next to the given number (N+1) is a perfect square. Example: Let us take a Number … Read more

Peterson Number in Java

In this tutorial, we will learn about the Peterson number and check if the number is Peterson or not in java. What is Peterson Number? A number is said to be a Peterson number if the sum of factorials of each digit of the number is equal to the number itself. Example: Number = 145145 … Read more

Automorphic Number Program in Java

In this tutorial, you will learn about the Automorphic Number along with an example and also code java to check whether the number is automorphic or not. What is an Automorphic number? A number is said to be an automorphic number if the square of the given number ends with the same digits as the number … Read more

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 whether a number is Special or not.2. Write a Java Program to find all special … Read more