Answer the following question by filling in the blanks below…

Answer the following question by filling in the blanks below. Do NOT write functions, and do NOT hardcode.  As a rising new superhero, you should start to organize all the bad guy data you have acquired over the years! Your current directory contains multiple Excel files with data on each bad guy in your city. The format of these Excel files is given in the example below.  Fill in the blanks labeled (a)-(f) in the following code based on the comments provided. You are not restricted to one line – you may write as many lines as you may need per blank.         Notes:  You can assume all files in the current directory are valid Excel files with the same data labels, in the same order. The cell2struct and struct functions are BANNED. You MUST use the dot operator to create the temporary structure. quantBads is a positive integer. You are guaranteed to have enough bad guy files in the current directory to satisfy the quantBads.   Example:  In the current directory…    Show your answers in the space provided below. Please indicate each answer by preceding it with the same letter (a)-(f) that marks each blank in the code above.