Calculate Sum of Reciprocal Series

# Introduction In this lab, we will learn how to write a C++ program that calculates the sum of a series. The series we will be working with is the sum of the squares of reciprocal of natural numbers. In simple terms, the program calculates the sum of 1 + 1/2^2 + 1/3^3 + 1/4^4 + ... + 1/N^N.

|60 : 00

Click the virtual machine below to start practicing