Interview Related Programming Questions
Interview Related Programming Questions
Questions
1. Looping Program Questions:
Find the Factorial of the given number
Find the reverse of the number Program
Check whether the number is palindrome or not Program
Check whether the number is Armstrong or not Program
Print the Armstrong number available between 0 to 1000 Program
To print the palindrome available between 0 to 100 Program
Print the count of the given number Program
Find the Sum of the digit Program
Swap of two number using third variable Program
Swap of two variable without using third variable Program
To find even/odd number Program
Count of even and odd count Program
Fibonacci series Program
Print the value in Fibonacci series up to 100 Program
Write a Java program to check if the given number is a prime number
Write a Java program to print a Fibonacci sequence using recursion
Program to print first n Prime Number with explanation
Program to find the Average of numbers with explanations
Write a program to check given number is perfect or not
Write a program to find greatest among three integers
Write a program to check if a number is binary
Write a logic to check whether a triangle is valid or not If 3 sides are
given
Program to find simple interest
Multiplication of the given number Program