#include using namespace std; int main() { int count,m,n; double r,guess; cout << "Number to compute the square root? "; cin >> n; cout << "How many iterations?"; cin >> m; guess = n/2.0; for(count=0;count