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.
Love your avatar Mr. Storm Pandaren :)
Hi, the same problem here, in Dart.
Expected: "h(t) = -16.0t^2 + 17.88t + 51"
my return: "h(t) = -16.0t^2 + 17.880t + 51.0" wrong
Your function should return, not print to the console. Also your code is losing punctuation marks.
C#, yes? Fixed now.