JAVA Assignment
UNIT - 1
Write a Write a program to display the names of five fruits with a single statement but in different lines
Constants and Literals
Write a Write a program to display the names of five fruits with a single statement but in different lines
UNIT - 2
Write a Write a Java program to calculate the total as well as average marks of Rohit in three subjects. Store the marks in the subject variables.
Operators
Write a Write a Java program to calculate the total as well as average marks of Rohit in three subjects. Store the marks in the subject variables.
UNIT - 4
Write a Write a program that calculates the number of miles that light will travel in 1000 days
Write a Create a program that will generate a bill at McDonald based on given details
Write a Create a program in Java to convert km to miles
Write a Write a program to find the sum and difference between 25 and 16 using variables in different lines
Write a Java program to average of 36,45 and 53 using variables of adequate data type.
Write a Java program using int variables to find the sum of three numbers say 15 36 and 45 and subtract the result from 100 using variables
Write a java program to input the Principal Rate and Time for a certain amount of money and print the Simple Interest
Write a java program to input the length and breadth of a rectangle and find its area and perimeter
Write a java program to calculate the area of a cylinder
Write a java program to calculate the volume of a cone
Write a Java program to initialize three int variables a, b and c with 234, 456 and 712 and store the sum of the last digits of the variables
Write a java program to input five integers and find their average
Write a java program to input the radius of a circle and find its area and perimeter
Write a java program to input the length breadth and height of a cuboid and find its Volume and Total Surface Area
Write a java program to input the radius and height of a cylinder and find its volume and total surface area
Write a java program to input the temperature in Fahrenheit and change it to Celsius
Write a java program to input time in seconds and display the time broken up as hours minutes
Write a java program to input the time in hours minutes and seconds and print it in seconds
Write a java program to input three integers and find their sum without using plush operator
Write a java program to input the Basic Pay of an employee and find the gross pay of the employee for the following allowances and deductions
Write a java program to input an integer and if positive change it to negative and if negative change it to positive
Write a java program to find out the aggregate marks and percentage marks obtained by the student
Write a java program to input selling price of 15 items and profit amount then find the cost price
Write a java program to input three integers and find the difference between their sum and their average
Arithmetic Operators
Write a Write a program that calculates the number of miles that light will travel in 1000 days
Write a Create a program that will generate a bill at McDonald based on given details
Write a Create a program in Java to convert km to miles
Write a Write a program to find the sum and difference between 25 and 16 using variables in different lines
Write a Java program to average of 36,45 and 53 using variables of adequate data type.
Write a Java program using int variables to find the sum of three numbers say 15 36 and 45 and subtract the result from 100 using variables
Write a java program to input the Principal Rate and Time for a certain amount of money and print the Simple Interest
Write a java program to input the length and breadth of a rectangle and find its area and perimeter
Write a java program to calculate the area of a cylinder
Write a java program to calculate the volume of a cone
Write a Java program to initialize three int variables a, b and c with 234, 456 and 712 and store the sum of the last digits of the variables
Write a java program to input five integers and find their average
Write a java program to input the radius of a circle and find its area and perimeter
Write a java program to input the length breadth and height of a cuboid and find its Volume and Total Surface Area
Write a java program to input the radius and height of a cylinder and find its volume and total surface area
Write a java program to input the temperature in Fahrenheit and change it to Celsius
Write a java program to input time in seconds and display the time broken up as hours minutes
Write a java program to input the time in hours minutes and seconds and print it in seconds
Write a java program to input three integers and find their sum without using plush operator
Write a java program to input the Basic Pay of an employee and find the gross pay of the employee for the following allowances and deductions
Write a java program to input an integer and if positive change it to negative and if negative change it to positive
Write a java program to find out the aggregate marks and percentage marks obtained by the student
Write a java program to input selling price of 15 items and profit amount then find the cost price
Write a java program to input three integers and find the difference between their sum and their average
UNIT - 5
Write a Swapping of two variables without using a third variable
Write a java program to input two integers and interchange their values
Assignment Operators
Write a Swapping of two variables without using a third variable
Write a java program to input two integers and interchange their values
UNIT - 6
Write a Write a program using ternary operator to check whether 27 is a multiple of 3 or not
Write a Java Program to check number is even or odd using Ternary Operator
Write a java program to check whether input character is vowel or consonant
Write a java program to check whether input number is buzz number or not using ternary operator
Write a java program to find grade based on marks using ternary operator
Write a java program to check whether entered year is leap year or not using ternary operator
Write a java program to find temperature category using Ternary Operator
Write a java program to find category based on age using ternary operator
Write a Java program to checks whether the number is positive negative or zero using the ternary operator
Ternary Operators
Write a Write a program using ternary operator to check whether 27 is a multiple of 3 or not
Write a Java Program to check number is even or odd using Ternary Operator
Write a java program to check whether input character is vowel or consonant
Write a java program to check whether input number is buzz number or not using ternary operator
Write a java program to find grade based on marks using ternary operator
Write a java program to check whether entered year is leap year or not using ternary operator
Write a java program to find temperature category using Ternary Operator
Write a java program to find category based on age using ternary operator
Write a Java program to checks whether the number is positive negative or zero using the ternary operator
UNIT - 7
Write a java program to input the area of a square and find its perimeter
Write a java program to input the length and breadth of a rectangle and find its diagonal
Write a java program that outputs the results of the following evaluations based on the number entered by the user
Write a java program to input the radius of a circle and find its area and circumference using math power function
Write a java program to input three integers and find the sum of their cube roots
Write a Java program to Generate a random number between given range
Write a java program to find square root of number
Write a java program to find power of number
Write a java program to find absolute value of number
Write a java program to find natural logarithm value
Write a java program to find sine value of given angle
Write a java program to find min and max
Write a Java program to calculate compound interest
Write a java program to find hypotenuse of a right angled triangle using the Pythagorean theorem
Write a java program to find distance between two points
Write a java program to find Exponential value
Math Class
Write a java program to input the area of a square and find its perimeter
Write a java program to input the length and breadth of a rectangle and find its diagonal
Write a java program that outputs the results of the following evaluations based on the number entered by the user
Write a java program to input the radius of a circle and find its area and circumference using math power function
Write a java program to input three integers and find the sum of their cube roots
Write a Java program to Generate a random number between given range
Write a java program to find square root of number
Write a java program to find power of number
Write a java program to find absolute value of number
Write a java program to find natural logarithm value
Write a java program to find sine value of given angle
Write a java program to find min and max
Write a Java program to calculate compound interest
Write a java program to find hypotenuse of a right angled triangle using the Pythagorean theorem
Write a java program to find distance between two points
Write a java program to find Exponential value
UNIT - 8
Write a java program to input a floating point number and round it off to the nearest integer
Write a java program to find ascii value of character
Write a java program to find character from ascii value
Write a java program to convert lowercase character to uppercase
Data Type Conversion
Write a java program to input a floating point number and round it off to the nearest integer
Write a java program to find ascii value of character
Write a java program to find character from ascii value
Write a java program to convert lowercase character to uppercase
UNIT - 9
Write a java program to find absolute value of number
Write a java program to check number is negative positive or zero
If Statement
Write a java program to find absolute value of number
Write a java program to check number is negative positive or zero
UNIT - 10
Write a java program to check whether a short type number taken as input is an even number or an odd number
Write a java program to accept an int type value as a parameter and print the square of it, if it is more than 120, otherwise print its cube
Write a java program to input 5 real numbers and find their average If the average is greater than 50 print good otherwise print bad
Write a java program to check whether an int type number taken as input is a multiple of 5 or not
Write a java program to check whether an input integer number is a 2 digit number or not
Write a java program to check whether an input number is a 3 digit number and divisible by three or not
Write a java program to input 2 integers and check whether both the numbers are multiples of 7 or not
Write a java program to input three integers and check whether all of them are unique from each other or not
Write a java program to check whether input number is a 5digit number or not If it is extract the central digit
Write a Java to accept three numbers and check whether they are Pythagorean triples or not
Write a java program to check number is buzz number or not
If else Statement
Write a java program to check whether a short type number taken as input is an even number or an odd number
Write a java program to accept an int type value as a parameter and print the square of it, if it is more than 120, otherwise print its cube
Write a java program to input 5 real numbers and find their average If the average is greater than 50 print good otherwise print bad
Write a java program to check whether an int type number taken as input is a multiple of 5 or not
Write a java program to check whether an input integer number is a 2 digit number or not
Write a java program to check whether an input number is a 3 digit number and divisible by three or not
Write a java program to input 2 integers and check whether both the numbers are multiples of 7 or not
Write a java program to input three integers and check whether all of them are unique from each other or not
Write a java program to check whether input number is a 5digit number or not If it is extract the central digit
Write a Java to accept three numbers and check whether they are Pythagorean triples or not
Write a java program to check number is buzz number or not
UNIT - 11
Write a java program to input 2 integer number and divide the larger number with smaller number
Write a java program to accept three sides of a triangle as parameter and check whether it can form a triangle or not
Write a java program to input the three angles of a triangle and check whether it Acute Obtuse or a Right angled triangle
Write a java program to input the three sides of a triangle and check whether it equilateral isosceles or a scalene triangle
Write a java program to accept three sides of a triangle and check whether it is an acute angled obtuse angled or right angled triangle
Write a java program to input a number and check whether it is special two digit number or not
Nested if else statement
Write a java program to input 2 integer number and divide the larger number with smaller number
Write a java program to accept three sides of a triangle as parameter and check whether it can form a triangle or not
Write a java program to input the three angles of a triangle and check whether it Acute Obtuse or a Right angled triangle
Write a java program to input the three sides of a triangle and check whether it equilateral isosceles or a scalene triangle
Write a java program to accept three sides of a triangle and check whether it is an acute angled obtuse angled or right angled triangle
Write a java program to input a number and check whether it is special two digit number or not
UNIT - 12
Write a java program to input an integer and check whether it is greater than 100, or less than 100 or equal to 100
Write a java program to input the Selling Price and Cost Price of a commodity and find the Profit or Loss made upon selling the product
Write a java program to check whether a int type number taken as input is a positive, negative or a zero
Write a Write a program to accept a mark obtained by a student in computer science and print the grades accordingly:
Write a Write a java program to input the total cost and compute and display the amount to be paid by the customer after availing the discount
Write a java program to input number of unit electricity consumed and calculate electricity bill
Write a java program to calculate the fine assuming that a book is returned N days late
Write a java program to input 3 unique integers and print the smallest among them
Else if Ladder Statement
Write a java program to input an integer and check whether it is greater than 100, or less than 100 or equal to 100
Write a java program to input the Selling Price and Cost Price of a commodity and find the Profit or Loss made upon selling the product
Write a java program to check whether a int type number taken as input is a positive, negative or a zero
Write a Write a program to accept a mark obtained by a student in computer science and print the grades accordingly:
Write a Write a java program to input the total cost and compute and display the amount to be paid by the customer after availing the discount
Write a java program to input number of unit electricity consumed and calculate electricity bill
Write a java program to calculate the fine assuming that a book is returned N days late
Write a java program to input 3 unique integers and print the smallest among them
UNIT - 13
Write a java menu driven program to calculate the maturity amount of a Bank Deposit using the switch statement
Write a java program to create arithmetic calculator
Write a java program that prints the month name based on the input month serial number
Write a java program to print number of days in given month serial number
Switch case Statement
Write a java menu driven program to calculate the maturity amount of a Bank Deposit using the switch statement
Write a java program to create arithmetic calculator
Write a java program that prints the month name based on the input month serial number
Write a java program to print number of days in given month serial number
UNIT - 14
Write a Write a program to find the sum of 1st 10 odd natural numbers.
Write a Write a program to find the sum of 1st 10 even natural numbers.
Write a Write a program to find the sum of all 3-digit even natural numbers.
Write a Write a program to find the sum of all 3 digit odd natural numbers, which are multiples of 5.
Write a Write a program to input an integer and find its factorial.
Write a Write a program to input an integer and print its factors.
Write a Write a program to input an integer and count the number of factors.
Write a java program to input an integer and check whether it is a prime number or not.
Write a java program to input 10 integers and find their sum.
Write a java program to input 10 integers and find the sum of even numbers only.
Write a java program to input 10 integers and find the sum of two digit as well as three digit numbers separately
Write a java program to input 10 integers and display the largest integer
Write a java program to input 10 integers and display the largest as well as the smallest integer
Write a java program to input 10 integers and display the largest even integer
Write a java program to input 10 integers and display the largest even and smallest odd integer
Write a java program to input 10 integers and check whether all the entered numbers are even numbers or not
Write a java program to input 10 integers and check whether all the entered numbers are same or not.
Write a java program to input 10 integers and check whether the entered numbers are in ascending order or not
Write a java program to find the sum of 1st 10 numbers of Fibonacci series
Write a java program to print the first 15 numbers of the Pell series
Write a java program to find the sum of 1st 10 numbers of Lucas series
Write a java program to input an integer and check whether it is perfect, abundant or deficient number
Write a java program to input two integers and check whether it forms an amicable pair or not
Write a java program to pass an integer as argument and find the sum of its digits
Write a java program to pass an integer as argument and find the sum of odd digits and even digits separately
Write a java program to pass an integer as argument and find the average of its digits
Write a java program to pass an integer as argument and print the largest as well as smallest digit
Write a java program to input an integer and remove all the even digits from it
Write a java program to pass an integer as argument and check whether all digits in it are even digit or not
Write a java program to pass an integer as argument and check whether the digits are in ascending order or not
Write a java program to pass an integer as argument and check whether it is Armstrong number or not
Write a java program to input an integer and check whether it is an automorphic trimorphic or automorphic number or no
Write a java program to input an integer and check whether it is Harshad or Niven number or not
Write a java program to input a number and check whether it is a Kaprekar number or not
Write a java program to input two integers and find their Least Common Multiple
Write a java program to input two integers and find their Highest Common Factor
Write a java program to check whether number is a Palindrome or a Perfect number.
Write a java program to check number is buzz if is it then find GCD
Write a java program to check number is a prime and Automorphic or not
Write a java program to input 10 integers and print the second largest number
Write a java program to find the sum of the following series
Write a java program to print the sum of negative numbers, sum of positive even numbers and sum of positive odd numbers
Write a java program for a game of dice is to be simulated for two players, each player gets a chance to throw his dice
Write a java program to input 10 integers and find the sum of two digit as well as threedigit numbers separately
Write a java program to input a number and check and print whether it is a Pronic number or not
Write a java program for Duck number
Write a java program to print denomination of an input amount and also print the number of notes
Write a java program to print fibonacci series up to n terms
Write a java program to check entered number is prime palindrome or not
For Loop
Write a Write a program to find the sum of 1st 10 odd natural numbers.
Write a Write a program to find the sum of 1st 10 even natural numbers.
Write a Write a program to find the sum of all 3-digit even natural numbers.
Write a Write a program to find the sum of all 3 digit odd natural numbers, which are multiples of 5.
Write a Write a program to input an integer and find its factorial.
Write a Write a program to input an integer and print its factors.
Write a Write a program to input an integer and count the number of factors.
Write a java program to input an integer and check whether it is a prime number or not.
Write a java program to input 10 integers and find their sum.
Write a java program to input 10 integers and find the sum of even numbers only.
Write a java program to input 10 integers and find the sum of two digit as well as three digit numbers separately
Write a java program to input 10 integers and display the largest integer
Write a java program to input 10 integers and display the largest as well as the smallest integer
Write a java program to input 10 integers and display the largest even integer
Write a java program to input 10 integers and display the largest even and smallest odd integer
Write a java program to input 10 integers and check whether all the entered numbers are even numbers or not
Write a java program to input 10 integers and check whether all the entered numbers are same or not.
Write a java program to input 10 integers and check whether the entered numbers are in ascending order or not
Write a java program to find the sum of 1st 10 numbers of Fibonacci series
Write a java program to print the first 15 numbers of the Pell series
Write a java program to find the sum of 1st 10 numbers of Lucas series
Write a java program to input an integer and check whether it is perfect, abundant or deficient number
Write a java program to input two integers and check whether it forms an amicable pair or not
Write a java program to pass an integer as argument and find the sum of its digits
Write a java program to pass an integer as argument and find the sum of odd digits and even digits separately
Write a java program to pass an integer as argument and find the average of its digits
Write a java program to pass an integer as argument and print the largest as well as smallest digit
Write a java program to input an integer and remove all the even digits from it
Write a java program to pass an integer as argument and check whether all digits in it are even digit or not
Write a java program to pass an integer as argument and check whether the digits are in ascending order or not
Write a java program to pass an integer as argument and check whether it is Armstrong number or not
Write a java program to input an integer and check whether it is an automorphic trimorphic or automorphic number or no
Write a java program to input an integer and check whether it is Harshad or Niven number or not
Write a java program to input a number and check whether it is a Kaprekar number or not
Write a java program to input two integers and find their Least Common Multiple
Write a java program to input two integers and find their Highest Common Factor
Write a java program to check whether number is a Palindrome or a Perfect number.
Write a java program to check number is buzz if is it then find GCD
Write a java program to check number is a prime and Automorphic or not
Write a java program to input 10 integers and print the second largest number
Write a java program to find the sum of the following series
Write a java program to print the sum of negative numbers, sum of positive even numbers and sum of positive odd numbers
Write a java program for a game of dice is to be simulated for two players, each player gets a chance to throw his dice
Write a java program to input 10 integers and find the sum of two digit as well as threedigit numbers separately
Write a java program to input a number and check and print whether it is a Pronic number or not
Write a java program for Duck number
Write a java program to print denomination of an input amount and also print the number of notes
Write a java program to print fibonacci series up to n terms
Write a java program to check entered number is prime palindrome or not
UNIT - 15
Write a java program to input a number and print all its prime factors using prime factorization
Write a java program to input a number and check whether it is a Smith number or not
Write a java program to accept a number and check and display whether it is a spy number or not
Write a java program for Disarium Number
Write a java program for Automorphic Number
Write a java program for fascinating numbers
Write a java program for Evil Number
Write a java program to count the number of digits in given number
Write a java program to print the frequency of digits present in given number
Write a java program to find the difference between greatest and smallest digits presents in the number
Write a java program to convert binary number to its decimal equivalent
While Loop
Write a java program to input a number and print all its prime factors using prime factorization
Write a java program to input a number and check whether it is a Smith number or not
Write a java program to accept a number and check and display whether it is a spy number or not
Write a java program for Disarium Number
Write a java program for Automorphic Number
Write a java program for fascinating numbers
Write a java program for Evil Number
Write a java program to count the number of digits in given number
Write a java program to print the frequency of digits present in given number
Write a java program to find the difference between greatest and smallest digits presents in the number
Write a java program to convert binary number to its decimal equivalent
UNIT - 16
Write a java program for Circular Prime Number
Write a java program for Bouncy Number
Write a java program for IMEI Number
Write a java program to accept a number between 1 365 and form a date
Write a java program to print prime adam number between given range
Write a java program to check number is Krishnamurti number or not
Write a java program to check given ISBN is valid or not
Write a java program to print nd count the kaprekar number between given range
Write a java program to print prime palindrome integer between given range
Write a java program to print composite Magic number between given range
Write a java program to input a positive integer number and prints the possible consecutive number combinations
Write a java program to create a class qurd to solve the quadratic equation
Write a java program to check given number is goldbach number or not
Write a java program to check number is prime or not using function
Methods or Functions
Write a java program for Circular Prime Number
Write a java program for Bouncy Number
Write a java program for IMEI Number
Write a java program to accept a number between 1 365 and form a date
Write a java program to print prime adam number between given range
Write a java program to check number is Krishnamurti number or not
Write a java program to check given ISBN is valid or not
Write a java program to print nd count the kaprekar number between given range
Write a java program to print prime palindrome integer between given range
Write a java program to print composite Magic number between given range
Write a java program to input a positive integer number and prints the possible consecutive number combinations
Write a java program to create a class qurd to solve the quadratic equation
Write a java program to check given number is goldbach number or not
Write a java program to check number is prime or not using function
UNIT - 17
Write a java program to input a number and check whether it is a happy number or not
Write a java program to print the sum of negative numbers, sum of positive odd numbers and sum of positive even numbers
Write a 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
Write a Java Program to print first n Buzz Number
do While loop
Write a java program to input a number and check whether it is a happy number or not
Write a java program to print the sum of negative numbers, sum of positive odd numbers and sum of positive even numbers
Write a 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
Write a Java Program to print first n Buzz Number
UNIT - 18
Write a java program to input 10 integers and find the sum of the prime numbers only
Write a java program to input 10 integers and find the average of the prime numbers only
Write a java program to input 10 integers and find the sum of the perfect numbers only
Write a java program to input 10 integers and find the average of the perfect numbers only
Write a java program to input 10 integers and find the largest prime number if any
Write a java program to input 10 integers and find the smallest perfect number if any
Write a java program to generate all 2 digit prime numbers
Write a java program to generate all perfect numbers between 1 to 100
Write a java program to generate all 3 digit palindrome numbers
Write a java program to Input an integer and check whether it is a special number or not.
Write a java program to input a number and check whether it is a magic number or no
Write a java program to input an integer as argument and print the number by having the digits arranged in ascending order
Write a java program to pass an integer as argument and check whether all digits in it are unique or not
Write a java program to pass an integer as argument and print the frequency of each digit in it
Write a jaav program to input 10 numbers and print the largest prime number if any
Write a java program to generate all 2 digit twisted prime number
Write a java program to Input an integer and form a new number where the digits are in ascending order
Write a java program to pass an integer as argument and print the second largest digit
Write a java program to print floyds triangle
Write a java program for pattern printing
Write a java program to print all prime palindrome number between m and n
Nested for Loop
Write a java program to input 10 integers and find the sum of the prime numbers only
Write a java program to input 10 integers and find the average of the prime numbers only
Write a java program to input 10 integers and find the sum of the perfect numbers only
Write a java program to input 10 integers and find the average of the perfect numbers only
Write a java program to input 10 integers and find the largest prime number if any
Write a java program to input 10 integers and find the smallest perfect number if any
Write a java program to generate all 2 digit prime numbers
Write a java program to generate all perfect numbers between 1 to 100
Write a java program to generate all 3 digit palindrome numbers
Write a java program to Input an integer and check whether it is a special number or not.
Write a java program to input a number and check whether it is a magic number or no
Write a java program to input an integer as argument and print the number by having the digits arranged in ascending order
Write a java program to pass an integer as argument and check whether all digits in it are unique or not
Write a java program to pass an integer as argument and print the frequency of each digit in it
Write a jaav program to input 10 numbers and print the largest prime number if any
Write a java program to generate all 2 digit twisted prime number
Write a java program to Input an integer and form a new number where the digits are in ascending order
Write a java program to pass an integer as argument and print the second largest digit
Write a java program to print floyds triangle
Write a java program for pattern printing
Write a java program to print all prime palindrome number between m and n
UNIT - 19
Write a java program to design a class to overload a function compare for int char and string
Write a java program to overload polygon method with following specifications
Write a java program to design a class to overload a function area as follows
Function Overloading
Write a java program to design a class to overload a function compare for int char and string
Write a java program to overload polygon method with following specifications
Write a java program to design a class to overload a function area as follows
UNIT - 20
Write a java program for Keith Number
Write a java program to accept n elements in array and find its sum and Average
Write a java program to accept n elements in array and find its largest Element
Write a java program to accept n elements in array and find its smallest Element
Write a java program to accept n elements in array and find its largest and smallest Element
Write a java program to accept n elements in array and find the sum of even and odd elements
Write a java program to accept n elements in array and Count the even and odd elements
Write a java program to accept n elements in array and search a specific element using linear search
Write a java program to accept n elements in array and find the frequency of any elements
Write a java program to search any element in sorted array using binary search
Write a java program to check array is sorted or not if sorted then tell where in ascending order or descending
Write a java program to count and print the prime Elements in array
Write a java program to input n elements in array and print unique elements
Write a java program to delete duplicate elements from an array
Write a java program to reverse the array
One Dimension Array
Write a java program for Keith Number
Write a java program to accept n elements in array and find its sum and Average
Write a java program to accept n elements in array and find its largest Element
Write a java program to accept n elements in array and find its smallest Element
Write a java program to accept n elements in array and find its largest and smallest Element
Write a java program to accept n elements in array and find the sum of even and odd elements
Write a java program to accept n elements in array and Count the even and odd elements
Write a java program to accept n elements in array and search a specific element using linear search
Write a java program to accept n elements in array and find the frequency of any elements
Write a java program to search any element in sorted array using binary search
Write a java program to check array is sorted or not if sorted then tell where in ascending order or descending
Write a java program to count and print the prime Elements in array
Write a java program to input n elements in array and print unique elements
Write a java program to delete duplicate elements from an array
Write a java program to reverse the array
UNIT - 21
Write a java program to check whether the two strings anagram of each other or not
Array as an Argument
Write a java program to check whether the two strings anagram of each other or not
UNIT - 22
Write a Java program to enter a sentence and print the words which starting with a vowel
Write a Java Program to Swap first and last character of each words in a Sentence
Write a Java program to remove duplicate character from string
Write a java to swap first character of each word with next character
Write a Java Program to check input string is Palindrome or Not
Write a Java program to from a new word by extracting the first letter of each word in the entered sentence
Write a Java program to convert first letter of each word in a sentence to uppercase and the remaining letters to lowercase
Write a java program to check entered word is happy word or not
Write a java program to check whether the given string is pangram or not.
Write a java program to find the potential of a word is found by adding the ASCII value of the alphabets
Write a java program to input a string in uppercase and print the frequency of each character
Write a java program to count the double letter sequences word in given string
Write a java program to encodes a word into Piglatin
Write a java program to print file name and extension of file from given url
Write a java program to accept date in dd mm yyyy format and check whether it is valid date or not
Write a java program to print and count all the palindrome words in input sentence
Write a java program to count the number of vowel and consonants in each word of sentence
Write a java program to reverse each words of string
Write a java program to find the frequency of given word present in string
Write a java program to convert word to PigLatin word
Write a java program to encode a string based on move
Write a java program to check word or phrase is anagram or not
Write a java program to find the largest and smallest word in sentence
Write a Java program to print only those words which contains all five vowels
Write a java program to find the Maximum Occurrence character in given string
String Handling
Write a Java program to enter a sentence and print the words which starting with a vowel
Write a Java Program to Swap first and last character of each words in a Sentence
Write a Java program to remove duplicate character from string
Write a java to swap first character of each word with next character
Write a Java Program to check input string is Palindrome or Not
Write a Java program to from a new word by extracting the first letter of each word in the entered sentence
Write a Java program to convert first letter of each word in a sentence to uppercase and the remaining letters to lowercase
Write a java program to check entered word is happy word or not
Write a java program to check whether the given string is pangram or not.
Write a java program to find the potential of a word is found by adding the ASCII value of the alphabets
Write a java program to input a string in uppercase and print the frequency of each character
Write a java program to count the double letter sequences word in given string
Write a java program to encodes a word into Piglatin
Write a java program to print file name and extension of file from given url
Write a java program to accept date in dd mm yyyy format and check whether it is valid date or not
Write a java program to print and count all the palindrome words in input sentence
Write a java program to count the number of vowel and consonants in each word of sentence
Write a java program to reverse each words of string
Write a java program to find the frequency of given word present in string
Write a java program to convert word to PigLatin word
Write a java program to encode a string based on move
Write a java program to check word or phrase is anagram or not
Write a java program to find the largest and smallest word in sentence
Write a Java program to print only those words which contains all five vowels
Write a java program to find the Maximum Occurrence character in given string
UNIT - 23
Write a java program to encrypt the data based on given rules
Write a java program to arrange the sentence in alphabetical order of the words
Write a java program to remove the specific word from sentence
StringBuffer Class
Write a java program to encrypt the data based on given rules
Write a java program to arrange the sentence in alphabetical order of the words
Write a java program to remove the specific word from sentence
UNIT - 24
Write a java recursive function to reverse the digits of number
Write a java recursive function to find factorial of a number
Write a java recursive function to check number is prime or not
Write a java recursive function to convert decimal number to binary number
Write a java recursive function to find nth element of Fibonacci sequence
Write a Java recursive function for binary searching
Write a java recursive function to reverse the string
Write a java recursive function to find the sumofdigit
Write a java recursive function to find the sum of first n natural numbers
Write a java recursive function to find the gcd of 2 number
Write a java recursive function to find the power of number
Recursive Function
Write a java recursive function to reverse the digits of number
Write a java recursive function to find factorial of a number
Write a java recursive function to check number is prime or not
Write a java recursive function to convert decimal number to binary number
Write a java recursive function to find nth element of Fibonacci sequence
Write a Java recursive function for binary searching
Write a java recursive function to reverse the string
Write a java recursive function to find the sumofdigit
Write a java recursive function to find the sum of first n natural numbers
Write a java recursive function to find the gcd of 2 number
Write a java recursive function to find the power of number
UNIT - 25
Write a java program to accept user response of quiz and answer key and find the result
Write a java program to declare a square matrix and fill the data based on given criteria
Write a java program to rotation input matrix 90 degree and print
Write a java program for wondrous square
Two Dimensional Array
Write a java program to accept user response of quiz and answer key and find the result
Write a java program to declare a square matrix and fill the data based on given criteria
Write a java program to rotation input matrix 90 degree and print
Write a java program for wondrous square
UNIT - 26
Write a java program to input a natural number less than 1000 and display it in words
Write a java program to search for given item in a given array using liner search if item found then move it at top of array otherwise add at the end of array
Write a java program to print day name for given date
String Array
Write a java program to input a natural number less than 1000 and display it in words
Write a java program to search for given item in a given array using liner search if item found then move it at top of array otherwise add at the end of array
Write a java program to print day name for given date
UNIT - 27
Write a java program to find the frequency of word present in string by using String Tokenizer
String Tokenizer
Write a java program to find the frequency of word present in string by using String Tokenizer