# Introduction In this lab, we will write a C++ program to find the sum of a series generated from an input value x and the number of terms n. The series follows the pattern `x + x^2/2 + x^3/3 + ... + x^n/n`.
Click the virtual machine below to start practicing