Tuesday, January 27, 2015 "Packages in JAVA" Author 11:11 PM Java, Study Notes, tutorials No Comments Packages in JAVA import java.lang.Math;class Javapack{ public static void main(String args[]) { double a=100,b; b=Math.sqrt(a); System.out.println("The value of Square root of b is " +b); }}OUTPUT Email ThisBlogThis!Share to XShare to Facebook Facebook Twitter Google+ Stumble Digg ← Newer Post Older Post → Home 0 comments: Post a Comment Subscribe to: Post Comments (Atom)
0 comments:
Post a Comment