हिंदी
तमिलनाडु बोर्ड ऑफ सेकेंडरी एज्युकेशनएचएससी विज्ञान कक्षा ११

Write a for loop that displays the number from 21 to 30. - Computer Science

Advertisements
Advertisements

प्रश्न

Write a for loop that displays the number from 21 to 30.

टिप्पणी लिखिए

उत्तर

# include
using namespace std;
int main()
{

for (int = 21; i < 31; i++)
cout << “value of i:” << i << endl;
return 0;
}
Output:
Value of i: 21
Value of i: 22
Value of i: 23
Value of i: 24
Value of i: 25
Value of i: 26
Value of i: 27
Value of i: 28
Value of i: 29
Value of i: 30

shaalaa.com
Iteration Statements
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 10: Flow of Control - Evaluation - Section - B [पृष्ठ १७८]

APPEARS IN

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

Englishहिंदीमराठी


      Forgot password?
Use app×