Closed frankcollins3 closed 1 year ago
first step commenting out code so that only the first product[0] is handled. not product[1] && product[2]; [11:27am]
skipped ahead to look at code. need multiple switch statements. each switch statement corresponds to a separate array index of the split product SKU [11:31am]
// could've spent more time guessing less time learning. [11:31pm]
attempting to do: string[].Split() an SKU/product code and make case patterns based on different potential cases convert if statement to boolean
error:
proposed approach: ?