Subash Chandran posted: "import java.lang.Math; class Gfg { // driver code public static void main(String args[]) { double a = 30; double b = 2; System.out.println(Math.pow(a, b)); a = 3; b = 4; System"
|

No comments:
Post a Comment
Note: Only a member of this blog may post a comment.