nt N,i,count; o {

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter5: Repetition Statements
Section5.5: A Closer Look: Loop Programming Techniques
Problem 12E: (Program) Write a program that tests the effectiveness of the rand() library function. Start by...
icon
Related questions
Question
Please solve Quickly С++
A C program to find Prime N between 1 and 100,
complete the blanis below.
int N.i.count;
N=
do {
count=0;
i=2;
while(i<=N/2){
if((N % i)
count++;
break;
}
i++:
}
if(count==.
printf(" %d ",N);
++N;
}while(N<-100):
o a.
211
b. 111
100
d. 200
Transcribed Image Text:A C program to find Prime N between 1 and 100, complete the blanis below. int N.i.count; N= do { count=0; i=2; while(i<=N/2){ if((N % i) count++; break; } i++: } if(count==. printf(" %d ",N); ++N; }while(N<-100): o a. 211 b. 111 100 d. 200
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++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr