0% found this document useful (0 votes)
33 views

Java Practical 10

The document describes a student's programming assignment to import the math library in Java and use various math functions like square root, absolute value, power, minimum, maximum, and logarithm. No input or output is shown, but the result confirms that the student successfully imported the math library and used its functions in their Java program.

Uploaded by

Jasvinder kour
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views

Java Practical 10

The document describes a student's programming assignment to import the math library in Java and use various math functions like square root, absolute value, power, minimum, maximum, and logarithm. No input or output is shown, but the result confirms that the student successfully imported the math library and used its functions in their Java program.

Uploaded by

Jasvinder kour
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

ROLL NO 9043/18

DATE: 07-04-2020

PRACTICALS : 10

AIM:TO PROGRAM ON IMPORTING MATH LIBRARY AND USING


VARIOUS FUNCTIONS AVAILABLE IN THE LIBRARY
(math.sqrt,math.abs,math.pow,math.min,math.max,math.log)

INPUT:

OUTPUT:

RESULT: HENCE, IMPORTING MATH LIBRARY AND USING VARIOUS


FUNCTIONS AVAILABLE IN THE LIBRARY SUCCESSFULLY BY USING
JAVA.

You might also like