Examples using Arrays
Examples using Arrays. Summing Squares. Problem : To compute the sum of the squares of N numbers N is given N values are also given These should be read and stored in an array. The Program. Program sum_square implicit none integer:: N, Sum, Index, i
308 views • 22 slides