frankcollins3 / fcc-mcsft-cSharp

FreeCodeCamp & Microsoft C# course:
1 stars 0 forks source link

/ typing issue during division [7:00am] #23

Closed frankcollins3 closed 1 year ago

frankcollins3 commented 1 year ago

attempting to do: divide decimal / double

error: error CS0019: Operator '/' cannot be applied to operands of type 'decimal' and 'double'

proposed approach: / m ? look for another way to handle this.

proposed improvements:

frankcollins3 commented 1 year ago

👍 just forgot the m