Plot the function y = 10(1-e^(-x/4)) over the interval 0<=x<=xmax, using a while loop to determine the value of xmax such that y(xmax)=9.8. Properly label the plot. The variable y represents force in newtons, and the variable x represents time in seconds.