Birdwatch Note Rating
2024-06-30 16:07:48 UTC - HELPFUL
Rated by Participant: F1D67D5B0F8E25197719AF5F81FF3B9DEDC2F30761B70367ADA9AB431FB38592
Participant Details
Original Note:
It is possible to add integers and floats in C#. The integer is implicitly converted into a float before the addition https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/numeric-conversions While it is possible to multiply a class and a string, the result will be a "NaN" (not a number)
All Note Details