+ 6
Can anyone solve the error?
here is my program to find strange roots of a given range of numbers... But, I m not getting any output... So, please help me solve this error... https://code.sololearn.com/ca7pRX065hN7/?ref=app
2 Respuestas
+ 3
Doesn't really solve your problem, but I think there's something wrong in line 37. j is never used.
The problem seems to be somewhere in the nested loops in lines 33-40. If you comment them out, there will be output
+ 6
Thanks Anna