Please answer the following question ASAP. Thanks!drawCoolS.c void drawCoolS( int size, char illchar)i This function will print out the entire Cool S design using the given size and fillchar specified by the user To recreate the Cool S, follow the steps below and use your helper functions (such as drawCap ) to draw each section. Each output snippet in this description assumes that the size is 7 and the fillchar is ‘a 1. Draw the top cap.
OR
OR