Find the output of the following
1)
#include <iostream.h>
#include <conio.h >
int main ()
{
clrscr() ;
int i, s=0;
for(i=0; i<12; i++)
if(i%3==0)
s=s+i;
cout<<s;
getch() ;
}
Answers
Answered by
0
ERROR.
Hope it helps you!
Mark as BRAINLIEST and FOLLOW me :)
Answered by
2
Mera iss type ke questions se koi relation nahi hai tum maths science SST ke questions Puch sakte ho . I'm sorry ☹️
Similar questions