Code not working | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Code not working

This is the code challenge in java intermediate. I had made this code but it is not working . Can anyone tell me how to fix it 🤔 https://code.sololearn.com/cyijrfV1gi5x/?ref=app

13th Mar 2023, 3:15 PM
Hasnain [ACTIVE CHALLENGER]
Hasnain [ACTIVE CHALLENGER] - avatar
5 Answers
+ 4
Hasnain [ACTIVE CHALLENGER] Run this code... I also modify your code and your code run https://code.sololearn.com/cN1ZyY7PQd5K/?ref=app
13th Mar 2023, 3:27 PM
Sakshi
Sakshi - avatar
+ 5
Sakshi thanks 😊
13th Mar 2023, 3:29 PM
Hasnain [ACTIVE CHALLENGER]
Hasnain [ACTIVE CHALLENGER] - avatar
+ 4
class dog extends Animal { // You forgot this method // After the swim method public void play(){ System.out.println("Cat is playing"); } }
13th Mar 2023, 3:19 PM
Sakshi
Sakshi - avatar
+ 4
Sakshi still not working
13th Mar 2023, 3:23 PM
Hasnain [ACTIVE CHALLENGER]
Hasnain [ACTIVE CHALLENGER] - avatar
+ 1
Didn't implement play in dog
15th Mar 2023, 1:53 AM
Bob