Guest User

Untitled

a guest
May 26th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.31 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. #include <conio.h>
  4.  
  5. #include <math.h>
  6.  
  7. using namespace std;
  8.  
  9. int main()
  10.  
  11. {
  12.  
  13.  int numb;
  14.  
  15.  cout<<"Program to find root number"<<endl;
  16.  
  17.  cout<<endl;
  18.  
  19.  cout<<"Insert number : "; cin>>numb;
  20.  
  21.  cout<<endl<<endl;
  22.  
  23.  cout<<"Root of "<<number<<" = "<<sqrt(angka)<<endl;
  24.  
  25.  getch();
  26.  
  27. }
Add Comment
Please, Sign In to add comment