frankcollins3 / fcc-mcsft-cSharp

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

length property ? [9:20pm] #4

Closed frankcollins3 closed 1 year ago

frankcollins3 commented 1 year ago

attempting to do: get length properties from intialized array.

error: Screen Shot 2023-09-06 at 8 05 01 AM Screen Shot 2023-09-06 at 9 23 20 PM

proposed approach: ??

frankcollins3 commented 1 year ago

C# uses capitalized .Length as class property from which to retrieve the value. Console.WriteLine($"length: {fraudulentOrderIds.Length} firstValue: {fraudulentOrderIds[0]}");

👍 Length 👎 length [9:26pm]