In the series 0 3 8 15 __ what is the next number
Answers
Answered by
1
0+3=3
3+5=8
8+7=15
15+9=24
the next number in the series is 24
3+5=8
8+7=15
15+9=24
the next number in the series is 24
Answered by
2
I am writing only the logical part.
int c=0 ;
for(int i= 3; i<=10; i=i+2){
System.out.println (c);
c=c+i ;
}
if it helps you, please mark it as the brainliest.✌️✌️
Thank you.
Similar questions