b. tech.

Vowels Character Program in Java

Vowels Character Program in Java

Menu Driven Program in Java

Menu Driven Program in Java

Name Of Day Program in Java

Menu Driven Program in Java

Unique Number Program in Java

A number is said to be unique , if the digits in it are not repeated. for example, 12345 is a unique number. 123445 is not a unique number.

Twisted Prime Program in Java

A number is called a twisted prime number if it is a prime number and reverse of this number is also a prime number.

Twin Prime Program in Java

A twin prime is a prime number that is either 2 less or 2 more than another prime number—for example, either member of the twin prime pair (41, 43). In other words, a twin prime is a prime that has a prime gap of two.

Sum of Digits Program in Java

If a number enter 5462 then sum of theses digits 5+4+6+2 = 17.

Spy Number Program in Java

A spy number is a number where the sum of its digits equals the product of its digits. For example, 1124 is a spy number, the sum of its digits is 1+1+2+4=8 and the product of its digits is 1*1*2*4=8.

Special Number Program in Java

A number is said to be special number when the sum of factorial of its digits is equal to the number itself. Example- 145 is a Special Number as 1!+4!+5!=145.

Reverse Number Program in Java

If a number=1234, then reverse of number is 4321.

1 3 4 5 6 7 10