Assignment on JAVA
Assignment on JAVA
1.Write a program in JAVA to find the biggest number among three different
numbers using if-else logic and logical operator.
3. Write a program in JAVA to find the Factorial of a number using for loop.
5.Write a program in JAVA to find whether a number is prime or not using if-
else logic.
*
**
***
****
*****
8.Write a program in JAVA to find whether a given number is Armstrong
number or not.