scheme drracket
a. 3 points Write a procedure (nmult n) that takes one argument. a positive integer, and produces the number of multiplications required to raise something to that power using fast-expt. You must write the program nmult with Dr.Racket and test your progran with n=1, 5, 7, 8. Submit your program to TA. fast-expt is defined …