0
They are bugs in solo learn please management should fix it.
var days = 0; for (c=5; c<=depth; c=c+5){ days++; } console.log(days); I got the expected out put in the project but for some reason my answer got rejected. https://www.sololearn.com/discuss/2760007/?ref=app
1 Answer
+ 3
This is not a bug .You didn't declare the value of depth which you used in the for loop.
Hot today
Python — File Handling
2 Votes
Help me
0 Votes
Question is write a c program to print prime numbers up to n and print the largest number in array.
1 Votes
What’s wrong?
2 Votes
Achievements on Sololearn
1 Votes
Queue & dequeued
0 Votes