Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
did =) ty for help
You're on the right track now, just some minor tweaks and your code will work.
thanks mate, I re-read the assignment again and translated it. I understand my mistake. i'm going to crack my head on this
Well, that's wrong and that's why it fails.
I use switch / case with default, in my opinion any number not written in case falls into defaul and "I love you".
When I click on the test button, everything works without errors.
Read that again. Your code returns
"I love you"
for any number of petals greater than 6.why does the test pass but the attempt throws an error? (С#)
RandomTests
Test Failed
Expected string length 5 but was 10. Strings differ at index 0.
Expected: "madly"
But was: "I love you"
-----------^