Understanding Nested if Statements
In 'this exercise, you use what you have learned about writing nested if statements. This program was written for the Woof Wash dog-grooming business to calculate a total charge for services rendered. Woof Wash charges $12 for a bath, $10 for a trim cut, and $7 to clip nails. Study the following code and then answer Questions 1-3.

1. What is the exact output when this program executes if the user enters "bath"? _____________________________________________________________________________________
2. What is the exact output when this program executes if the user enters "shave"? _____________________________________________________________________________________
3. What is the exact output when this program executes if the nested if statement is changed to if(service = SERVICE_1) and the user enters "bath"? _____________________________________________________________________________________
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.