+ 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 ответов
+ 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