Computer Science, asked by snigdhasen723, 1 month ago

find the output

inter a[ ] = {12,16,19,22,27,30,40}i,c,s, int b [8];
for (i=o;I<8;I++)
{
if (a[i]%4==1)
b[x++]=a[i]
}
for(i=0;i<x;I++)
cout <<b[i]<<" ";

Answers

Answered by priyanshuraj518670
0

Answer:

12 + 16 + 19 + 22 + 27 + 30 + 40 = 166

Explanation:

Normal Additional Computer Language

Answered by ItzHritik
1

Answer:

it will give an error because x is not defined (5th line)

and also there are other multiple errors like declaration of a

Explanation:

hehe lol uss waqt mood kharab tha kuch ladko ke wajah se sorry for that agr bura laga toh

Similar questions