Write a program to print your full name by taking input of your first and last name.

Write a program to take input of arrays elements and displays it.

Write a program to take input of two dimensional arrays elements and displays it.

Write a program to find the greatest number using ternary operator.

Write a program to demonstrates the arithmetic operator and their uses.

Write a program to swap two variable values without using third variable.

Write a program that demonstrates all the functions of string in java.

Write a program to sort the elements in array.

Write a program to search any element in the array and if the element found then display it’s index as well.

Write a program to reverse the elements.

Write a program to check whether the entered number is prime or not.

Write a program to print star pattern.

Write a program to find out the factorial of any number using recursion

Write a program to demonstrates the concept of interface .

Write a program to demonstrate the concept of inheritance.

Write a program to demonstrate the concept of generics.

Write a Java program to create a class called Person with private instance
variables name, age. and country. Provide public getter and setter methods
to access and modify these variables.

Write a program to print any random value repeatedly

Thanks !!