Skip to content

TheQueryCrew/P10-SquareRoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Square Root

Write a Program to implement square root

Calculate the square root of a given number without using the sqrt function

Input:

Enter a Number: 4

Output:

Square Root: 2