English
Tamil Nadu Board of Secondary EducationHSC Science Class 11

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

Advertisements
Advertisements

Question

Rewrite the following code so that it is functional:

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

Short Note

Solution

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

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 2. | Page 178
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×