answer it by the MATLAB
Define the following variables: table_price = $256.95 chair_price = $89.99 a) Evaluate the cost of two tables and eight chairs and assign the result to the variable wholesale_cost. b) Do the same as part a) but add 5.5% sales tax and assign the result to the variable avg_customer. c) Do the same as part b) but round the cost to the nearest dollar and assign the result to the variable coinless_customer. d) Do the same as part b) but round the cost up to the next dollar and assign the result to the variable bad_customer. e) Do the same as part b) but round the cost down (remove the change amount) and assign the result to the variable good_customer