English
Tamil Nadu Board of Secondary EducationHSC Science Class 11

Write a program to find sum of the series S = 1 + x + x2 +..... + xn - Computer Science

Advertisements
Advertisements

Question

Write a program to find sum of the series

S = 1 + x + x2 +..... + xn

Short Note

Solution

using namespace std;
#include
int main()
{
int sum=1,x,i,t,n;
cout<<“\nEnter N value”;
cin>>n;
cout<<“\nEnter x value … “;
cin>>x;
t=x;
for(i=l;i<=n;i++)
{
sum = sum + t;
t = t * x;
}
cout<<“SUM = “<<sum;
}
Output

shaalaa.com
Statements
  Is there an error in this question or solution?
Chapter 10: Flow of Control - Evaluation - Section - D [Page 179]

APPEARS IN

Samacheer Kalvi Computer Science [English] Class 11 TN Board
Chapter 10 Flow of Control
Evaluation - Section - D | Q 5. | Page 179
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×