Please šŸ™šŸ„ŗ anyone tell me why my program is showing error on excuting . | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Please šŸ™šŸ„ŗ anyone tell me why my program is showing error on excuting .

https://code.sololearn.com/cGEQrqnyvHON/?ref=app

10th Aug 2023, 7:55 AM
Ravi Chauhan
Ravi Chauhan - avatar
3 Respostas
+ 2
Thank you so much šŸ‘šŸ˜Š it got solved
10th Aug 2023, 8:01 AM
Ravi Chauhan
Ravi Chauhan - avatar
+ 1
One error I found is that on your system.out.println-s you are missing + after n's, you need to place one before and after. for example: you wrote: "The absolute value for" + n "is" + ... but you need to add + between n and "is" too. Everything else seems to work
10th Aug 2023, 7:58 AM
Hrvoje Kožul
+ 1
https://code.sololearn.com/ciYdIdxtKlWS/?ref=app Difference: You forgot to place the plus operator after the variable "n" in println.. Since n is not placed at the last of the println.
10th Aug 2023, 8:01 AM
Dragon RB
Dragon RB - avatar