Skip to content

shubham0108/square-root

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

import java.lang.Math; import java.util.Scanner; class SquareRooy { public static void main(String args[]) { float num,root; Scanner in = new Scanner(System.in); System.out.println("Enter a number"); num=in.nextFloat(); root=Math.sqrt(num); System.out.println("The square root of the number "+num+" is "+root);

}

}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published