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

Rewrite the following code so that it is functional: v = 5; do; { total += v; cout << total; while v <= 10 - Computer Science

Advertisements
Advertisements

प्रश्न

Rewrite the following code so that it is functional:

v = 5;
do;
{
   total += v;
   cout << total;
while v <= 10

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

उत्तर

CORRECT CODE:
int v = 5;
do
{
total += v;
v++;
} while (v <= 10); cout << total;

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 2. | पृष्ठ १७८
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×