Code for calculating
square root without
using library function,
of math.h
Answer Posted / darshana
Dim i As Integer
Console.WriteLine("enter the number")
i = Console.ReadLine()
For a As Integer = 0 To 1000
If a * a = i Then
Console.WriteLine(a)
Exit Sub
End If
Next
| Is This Answer Correct ? | 5 Yes | 14 No |
Post New Answer View All Answers
What is LINKED LIST? How can you access the last element in a linked list?
difference between object file and executable file
Is it valid to address one element beyond the end of an array?
List a few unconditional control statement in c.
Did c have any year 2000 problems?
What are the 3 types of structures?
Do you know pointer in c?
Can main () be called recursively?
Is it better to bitshift a value than to multiply by 2?
Can a program have two main functions?
What are the salient features of c languages?
Implement bit Array in C.
What is ctrl c called?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?