java 56 code projects - shapes cannot pass all test | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

java 56 code projects - shapes cannot pass all test

just only test 3 fail, but that is hidden testing, cannot debug, how can I do? https://code.sololearn.com/cxV1VjP8PHmh/?ref=app

9th Apr 2022, 10:28 AM
kl wong
kl wong - avatar
2 Answers
0
Share your code along with problem description.... edit: notify after any edit like this : kl wong else give a reply to other see.
9th Apr 2022, 6:14 PM
Jayakrishna 🇮🇳
0
void area() { double area = Math.PI* width * width ; System.out.println(area); } //Use this way ..
10th Apr 2022, 8:54 AM
Jayakrishna 🇮🇳