Hey guys, Would you mind helping me with these questions, Thank you in advance _ Draw a flowchart for a program that calls a function tax() that accepts dollar amount and a tax rate and return the tax due on the dollar amount. For example, if the number 100.00 and 0.06 are passed to the function, the value returned should be 6.00 , which is 100.00 times