Programming Examples

Java program to find Exponential value


Write a Java program to calculate the value of ex using the Math.exp() function.

Solution

import java.util.Scanner;
public class ExponentialFunction 
{
    public static void main(String args[]) 
	{
        Scanner sc = new Scanner(System.in);
        System.out.print("Enter the exponent value (x): ");
        double exponent = sc.nextDouble();
        double expValue = Math.exp(exponent);
        System.out.println("The value of e^" + exponent + " is " + expValue);
    }
}
Output

Online Exam Quiz for One day Exam Online Typing Test CCC Online Test 2026 Best Computer Training Institute in Prayagraj (Allahabad) Best Java Training Institute in Prayagraj (Allahabad) Best Python Training Institute in Prayagraj (Allahabad) O Level Online Test in Hindi Best Website and Software Company in Allahabad