0% found this document useful (0 votes)
4 views1 page

Java Lab Record Programs - 1

The document lists a series of Java programming exercises for students. These exercises include tasks such as finding maximum and minimum values, solving quadratic equations, calculating factorials, and working with arrays and matrices. The programs aim to enhance students' understanding of Java concepts and algorithms.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

Java Lab Record Programs - 1

The document lists a series of Java programming exercises for students. These exercises include tasks such as finding maximum and minimum values, solving quadratic equations, calculating factorials, and working with arrays and matrices. The programs aim to enhance students' understanding of Java concepts and algorithms.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Java Lab Record Programs

1. Write a Java Program to display the Maximum and Minimum of three


numbers.
2. Write a Java program to find out Roots of a Quadratic equation.
3. Write a java program to display student grade by accepting there subject
marks
4. Write a Java Program to find out the Factorial of a number.
5. Write a Java Program to find the first ten numbers in Fibonacci Series.
6. Write a Java Program to check whether a given n-digit number is an
Armstrong or not.
7. Write a Java Program to check whether a number is prime or not.
8. Write a java program to display prime numbers with in the given range of
numbers.
9. Write a java program to work with Switch case - string as argument.
10. Write a Program to search for an element in an Array using Linear Search.
11. Write a Java Program to search for an element in an Array using Binary
Search.
12. Write a java program to sort an Array of elements using Bubble sort.
13. Write a Java program to print duplicate elements of one dimensional array
14. Write a Java Program for Matrix Addition.
15. Write a Java Program for Matrix Multiplication.
16. Write a Java Program to demonstrate Jagged Array or array with different
column dimensions.

You might also like