+ 2
No error and no idea of failing test case in code project "Shapes".
In the code project "Shapes" , just the third test case of mine is failing. I don't know why and it ain't showing me any error. How to know my error? Please help
7 Answers
+ 2
I don't see any mistake in your code, maybe change the line 15 from
System.out.println(Math.PI*(width*width));
to
System.out.println(Math.PI*width*width);
Let's see if that fixes it
+ 2
Its working fine, just pass two inputs into seperate lines....
+ 1
Please help
+ 1
Did that too, nothing is happening
+ 1
Done! Thanks for your help Rishi đ
+ 1
Happy to help đ