int s=0;
for (int i = 3; i <= 12; i = i+3)
{
for (int j = 3; j <= i;j=j+2)
{
S = S+(i+j);
}
} Find value of s
Answers
Answered by
0
181
Go to the link and see if u understand
godbolt@org/z/f5vvdq
Replace @ with a . and then visit the link Brainly wasn't allowing me to post the link
Similar questions