Lab Goal: practice problem-solving, pseudo code, if statements
You want to stain your hardwood floor. Each can of wood stain costs $10 and will cover 50 square feet. Write a program to calculate the number of cans of stain needed and how much it will cost. If the person making the purchase is in the military give them a 10% discount on the cost; If over 60, give them a 5% discount; If the cost is over $200 give a $10 discount. Let the purchaser know how much, if any, discount they would receive.
Requirements
Complete the zyBooks challenge.