Question 4 4.1 Write the result of the following C++ program. #include #include void main ( ) clrscr ( ); int q=1, sum-0, p; for ( p-3; p<=10; pt+) sum+ = cout<

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter17: Linked Lists
Section: Chapter Questions
Problem 21SA
icon
Related questions
Question
I need the answer as soon as possible
Question 4
4.1 Write the result of the following C++ program.
#include <iostream.h>
#include <conio.h>
void main ( )
clrscr ( );
int q=1 , sum-0, p;
for (p=3; p<=10; p++)
sum+ =
p%q;
q++;
cout<<sum;
getch( ):
Transcribed Image Text:Question 4 4.1 Write the result of the following C++ program. #include <iostream.h> #include <conio.h> void main ( ) clrscr ( ); int q=1 , sum-0, p; for (p=3; p<=10; p++) sum+ = p%q; q++; cout<<sum; getch( ):
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr