1. Write the Python statements to input the price of an article. Apply a 6% sales tax to the price. Output the total price of the article, formatting the result to 2 decimal places. Submit a screen shot of your program code and the output.
2. Input three floating point numbers, each with two decimal places. Add the numbers. Then use the trunc function that is in the math library to print out the sum, truncated to an integer. Submit a screen shot of your program code and the output.