+ 6
[Challenge]:Series print in java
s=+1+4+8-11-14-18+21+24+28-31-34...........+81+84+88....+/-n print the series and print the sum it will produce both đđ try to solve this series in java đ best of luck attach your program in java please onlyđđđ
8 Respostas
+ 11
@MANAS RASTOGI
Thank you for nice words đ
+ 6
https://code.sololearn.com/caSw5mXojvcR/?ref=app
my easy way
to the point
it also gives the sum of series
+ 5
@LukArToDo
very good tryđđđ
+ 5
https://code.sololearn.com/cQOxxhBAyxXR/?ref=app
one more very good prgrm by @LukArToDo
From @Fabiođđđđđ
nice #frndship goals
+ 4
By solving you mean to a code that receives a serie and print:
n+(n+3)+((n+3)+4)+(((n+3)+4))+3).... N.
Or print:
Serie increments number in 3 and then 4.
+ 3
@Fabio mind the plus and minus sign
+ 3
well tried and best implementation