Question: Create a new function called SKUDasher()in MyLib.c. Be sure to add the prototype to your MyLib.h. This function will have one parameter that is an
Create a new function called SKUDasher()in MyLib.c. Be sure to add the prototype to your MyLib.h. This function will have one parameter that is an array that contains the output from this function. This function will prompt the user for a non dashed SKU and will return the dashed SKU to Code6_xxxxxxxxxx.c to be printed. case 4 in your menu in Code6_xxxxxxxxxx.c will call SKUDasher() and then print the output. This function must follow the same rules but in reverse for putting the dash back into a SKU. If the input SKU is 1200009, then the output is 12-9.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
