JAVA Looping Statements
Java : JAVA Looping Statements Program List
Program [1]
Write a program to find the sum of 1st 10 odd natural numbers.
Program [2]
Write a program to find the sum of 1st 10 even natural numbers.
Program [3]
Write a program to find the sum of all 3-digit even natural numbers.
Program [4]
Write a program to find the sum of all 3 digit odd natural numbers, which are multiples of 5.
Program [5]
Write a program to input an integer and find its factorial.
Program [6]
Write a program to input an integer and print its factors.
Program [7]
Write a program to input an integer and count the number of factors.
Program [8]
java program to input an integer and check whether it is a prime number or not.
Program [9]
java program to input 10 integers and find their sum.
Program [10]
java program to input 10 integers and find the sum of even numbers only.
Program [11]
java program to input 10 integers and find the sum of two digit as well as three digit numbers separately
Program [12]
java program to input 10 integers and display the largest integer
Program [13]
java program to input 10 integers and display the largest as well as the smallest integer
Program [14]
java program to input 10 integers and display the largest even integer
Program [15]
java program to input 10 integers and display the largest even and smallest odd integer
Program [16]
java program to input 10 integers and check whether all the entered numbers are even numbers or not
Program [17]
java program to input 10 integers and check whether all the entered numbers are same or not.
Program [18]
java program to input 10 integers and check whether the entered numbers are in ascending order or not
Program [19]
java program to find the sum of 1st 10 numbers of Fibonacci series
Program [20]
java program to print the first 15 numbers of the Pell series
Program [21]
java program to find the sum of 1st 10 numbers of Lucas series
Program [22]
java program to input an integer and check whether it is perfect, abundant or deficient number
Program [23]
java program to input two integers and check whether it forms an amicable pair or not
Program [24]
java program to pass an integer as argument and find the sum of its digits
Program [25]
java program to pass an integer as argument and find the sum of odd digits and even digits separately
Program [26]
java program to pass an integer as argument and find the average of its digits
Program [27]
java program to pass an integer as argument and print the largest as well as smallest digit
Program [28]
java program to input an integer and remove all the even digits from it
Program [29]
java program to pass an integer as argument and check whether all digits in it are even digit or not
Program [30]
java program to pass an integer as argument and check whether the digits are in ascending order or not
Program [31]
java program to pass an integer as argument and check whether it is Armstrong number or not
Program [32]
java program to input an integer and check whether it is an automorphic trimorphic or automorphic number or no
Program [33]
java program to input an integer and check whether it is Harshad or Niven number or not
Program [34]
java program to input a number and check whether it is a Kaprekar number or not
Program [35]
java program to input two integers and find their Least Common Multiple
Program [36]
java program to input two integers and find their Highest Common Factor
Program [37]
java program to check whether number is a Palindrome or a Perfect number.
Program [38]
java program to check number is buzz if is it then find GCD
Program [39]
java program to check number is a prime and Automorphic or not
Program [40]
java program to input 10 integers and print the second largest number
Program [41]
java program to find the sum of the following series
Program [42]
java program to print the sum of negative numbers, sum of positive even numbers and sum of positive odd numbers
Program [43]
java program for a game of dice is to be simulated for two players, each player gets a chance to throw his dice
Program [44]
java program to input 10 integers and find the sum of the prime numbers only
Program [45]
java program to input 10 integers and find the average of the prime numbers only
Program [46]
java program to input 10 integers and find the sum of the perfect numbers only
Program [47]
java program to input 10 integers and find the average of the perfect numbers only
Program [48]
java program to input 10 integers and find the largest prime number if any
Program [49]
java program to input 10 integers and find the smallest perfect number if any
Program [50]
java program to generate all 2 digit prime numbers
Program [51]
java program to generate all perfect numbers between 1 to 100
Program [52]
java program to generate all 3 digit palindrome numbers
Program [53]
java program to Input an integer and check whether it is a special number or not.
Program [54]
java program to input a number and check whether it is a magic number or no
Program [55]
java program to input an integer as argument and print the number by having the digits arranged in ascending order
Program [56]
java program to pass an integer as argument and check whether all digits in it are unique or not
Program [57]
java program to pass an integer as argument and print the frequency of each digit in it
Program [58]
java program to input 10 integers and find the sum of two digit as well as threedigit numbers separately
Program [59]
jaav program to input 10 numbers and print the largest prime number if any
Program [60]
java program to generate all 2 digit twisted prime number
Program [61]
java program to Input an integer and form a new number where the digits are in ascending order
Program [62]
java program to pass an integer as argument and print the second largest digit
Program [63]
java program to input a number and check whether it is a happy number or not
Program [64]
java program to input a number and print all its prime factors using prime factorization
Program [65]
java program to input a number and check whether it is a Smith number or not
Program [66]
java program to accept a number and check and display whether it is a spy number or not
Program [67]
java program to input a number and check and print whether it is a Pronic number or not
Program [68]
java program for Disarium Number
Program [69]
java program for Automorphic Number
Program [70]
java program for Duck number
Program [71]
java program for fascinating numbers
Program [72]
java program for Evil Number
Program [73]
java program to print the sum of negative numbers, sum of positive odd numbers and sum of positive even numbers
Program [74]
java program to print denomination of an input amount and also print the number of notes
Program [75]
java program to print floyds triangle
Program [76]
java program to print fibonacci series up to n terms
Program [77]
java program to count the number of digits in given number
Program [78]
java program to print the frequency of digits present in given number
Program [79]
java program to find the difference between greatest and smallest digits presents in the number
Program [80]
java program for pattern printing
Program [81]
java program for pattern printing
Program [82]
java program for pattern printing
Program [83]
java program for pattern printing
Program [84]
java program for pattern printing
Program [85]
java program for pattern printing
Program [86]
java program for pattern printing
Program [87]
java program to print all prime palindrome number between m and n
Program [88]
java program to check entered number is prime palindrome or not
Program [89]
java program to convert binary number to its decimal equivalent
Program [90]
Develop a number guessing game where the user has to guess a number between 1 and 100, and the program provides feedback on whether the guess is too high, too low, or correct. Use a do while loop to keep the game running until the correct guess is made
Program [91]
Java Program to print first n Buzz Number