Custom Software for Pet Boarding and Grooming Company

Review Pet BAG’s software needs. Analyze the pet check-in and pet check-out methods. Then choose one of these methods (check in or check out) to implement.

How would you break down these steps in a way that a computer can understand? What information would you need from the user at each point? When would it be a good idea to use decision branching, such as “IF” and “IF ELSE” statements? Provide a plan for the method you chose that aligns with the specifications.

Start by breaking down the description of your chosen method into a series of ordered steps. What input does the computer need to complete the task? Be sure to prompt the user for the appropriate input. What output should the computer display to the user? When might you need to use decision branching and use a different set of steps depending on the user input?