Sum Series From User Input

# Introduction In this lab, we will learn how to write a C++ program to find the sum of a given series. The series is 1/2 + 4/5 + 7/8 ... n. We will take the value of n as input from the user and calculate the sum of the series.

|
60 : 00

Click the virtual machine below to start practicing