मराठी
तामिळनाडू बोर्ड ऑफ सेकेंडरी एज्युकेशनएचएससी विज्ञान इयत्ता ११

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

Advertisements
Advertisements

प्रश्न

Write a short program to print the following series:

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

टीपा लिहा

उत्तर

# 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
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 10: Flow of Control - Evaluation - Section - C [पृष्ठ १७८]

APPEARS IN

सामाचीर कलवी Computer Science [English] Class 11 TN Board
पाठ 10 Flow of Control
Evaluation - Section - C | Q 5. | पृष्ठ १७८
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×