Graphing
Calculator
Math
Worksheets
Scientific
Calculator
Chart
Maker


Home
Graphing Calc
Algebra
Fun Games
Geometry
Interactive
Trigonometry
Scientific Calc
Home
Graphing Calc
Algebra
Fun Games
Geometry
Interactive
Trigonometry
Scientific Calc

C++

#include <math.h >

Related Links: random numbers | Square Root c++ home

Square root of a number

 int n = 12;
 n = sqrt(n);
  cout << n << endl;

Random Number
#include < cstdlib >
example
int  r = rand();
now r holds a value between 0 and RAND_MAX