0% found this document useful (0 votes)
3 views6 pages

Java Assignment

The document outlines a Java assignment for the Winter Semester 2025-2026, authored by Aditya Thadani. It includes tasks such as writing methods to calculate roots of a quadratic equation and sorting a two-dimensional array both row-wise and column-wise. Each question is accompanied by a placeholder for code and output, indicating the need for implementations.

Uploaded by

justin885123
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views6 pages

Java Assignment

The document outlines a Java assignment for the Winter Semester 2025-2026, authored by Aditya Thadani. It includes tasks such as writing methods to calculate roots of a quadratic equation and sorting a two-dimensional array both row-wise and column-wise. Each question is accompanied by a placeholder for code and output, indicating the need for implementations.

Uploaded by

justin885123
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Java Assignment

Winter Semester 2025-2026


Aditya Thadani - 23BEE0130
Assignment 2:
Question 7: Write a method to calculate roots of a quadratic
equation.
Code:
Output:
Question 8: Write a method to sort a two dimensional array
row wise
Code:
Output:
Question 9: Write a method to sort a two dimensional array
column wise

Code:
Output:

You might also like