Birdwatch Note Rating
2024-06-30 16:45:17 UTC - NOT_HELPFUL
Rated by Participant: C034EA853DA119F2F219DDA3B7F65D84CABA9DDC7A841755A186BF27D108B64A
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