English
Tamil Nadu Board of Secondary EducationHSC Science Class 11

Write a short program to print the following series: (a) 1 4 7 10...... 40 - Computer Science

Advertisements
Advertisements

Question

Write a short program to print the following series:

(a) 1 4 7 10...... 40

Short Note

Solution

# include
using namespace std;
int main ()
{

cout << “\n PRINT SERIES” ;
for (int i = 1; i< 40; i = i + 3)
cout << i << “1+”;
cin.get();
return ();
}

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

APPEARS IN

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

Englishहिंदीमराठी


      Forgot password?
Use app×