in homework 1 question 7(e), you used reasoning to explain that the numbers of cents less than 100 which require the most coins are 94 and 99. with a single command (i.e., one line of code), verify your answer with your get minimum coins() function. hint 1: the output of your single command should be a vector with the two values 94 and 99. you should not display/print the results for every number of cents less than 100. hint 2: if the single command is too challenging to come up with all at once, first find a solution using several commands, then condense the operations into a single line.