Modify the program ``csqrt.f'' so that it reads a COMPLEX number from the keyboard and prints out the square root. To make things more interesting, add the complex number (2,4) to the number that you read before computing the square root. To enter a complex number for a FORTRAN program read statement, type in both parts surrounded by parenthesis, like this: (4,5)
Homework
There is no homework with this lesson.
Hamlet Project