Answer to Question #16903 in Java | JSP | JSF for esraa

Question #16903
e^x in java
1
Expert's answer
2012-10-22T12:20:45-0400
public class main
{
public static void main(String[] args)
{
int
x=2;
double res=Math.pow(Math.E,
x);
System.out.println(res);
}
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS