Instructions: Using MS Word, or any text editor, write the Pseudo-code for the following scenario: 1. you finished a restaurant meal and need to pay the bill 2. the tip to be left is 16.5% 3. the sales tax is 8.55% - Write the pseudo-code to perform the following tasks: declare all necessary variables and constants (assigned values, i.e., tip / tax rates) accept input of the bill amount calculate the amount of the tip (do not tip on the tax amount) calculate the amount of the tax calculate the total bill display all the amounts, bill, tax, tip and total (bill + tip and tax) Use your name as part of the file name you submit: i.e. susanSmith_pseudoCode01.txt OR JNorth_pseudoCode01.docx.