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

Screenshot 2023 07 28 222913

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

Screenshot 2023 07 28 223742

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

Screenshot 2023 07 28 224133

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

Screenshot 2023 07 28 224306

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

Screenshot 2023 07 28 224517

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

Screenshot 2023 07 28 224741

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

Screenshot 2023 07 28 225508

Write a program to sort the elements in array.

Screenshot 2023 07 28 225636

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

Screenshot 2023 07 28 225740

Write a program to reverse the elements.

Screenshot 2023 07 28 230003

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

Screenshot 2023 07 28 230153

Write a program to print star pattern.

Screenshot 2023 07 29 003134

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

Screenshot 2023 07 29 003531

Write a program to demonstrates the concept of interface .

Screenshot 2023 07 29 003740

Write a program to demonstrate the concept of inheritance.

Screenshot 2023 07 29 003911

Write a program to demonstrate the concept of generics.

Screenshot 2023 07 29 004037

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.

Screenshot 2023 07 29 004200

Write a program to print any random value repeatedly

Screenshot 2023 07 29 004301

Thanks !!

Leave a Reply

Your email address will not be published. Required fields are marked *