Java Programming Examples
Math class
Program - 1
Java program that outputs the results of the following evaluations based on the number entered by the user
Program - 2
Java program to input the radius of a circle and find its area and circumference using math power function
Program - 6
Java program to find power of number
Program - 7
Java program to find absolute value of number
Program - 8
Java program to find natural logarithm value
Program - 9
Java program to find distance between two points
Program - 10
Java program to find exponential value
Program - 12
Java program to find square root of number
Program - 13
Java program to find sine value of given angle
Program - 14
Java program to find min and max
Program - 15
Java program to find hypotenuse of a right angled triangle using the pythagorean theorem
Program - 16