IT 145 Joshua Crowley Global Rain Summary Report Template

.docx

School

Southern New Hampshire University *

*We aren’t endorsed by this school

Course

145

Subject

Computer Science

Date

Dec 6, 2023

Type

docx

Pages

5

Uploaded by ColonelOryx2298

Report
Developer : Joshua Crowley Date : 05/27/2023
IT 145 Global Rain Summary Report Template Directions Place your pseudocode, flowchart, and explanation in the following sections. Before you submit your report, remove all bracketed text. Pseudocode When you are done implementing the Pet class, refer back to the Pet BAG Specification Document and select either the pet check in or check out method. These methods are detailed in the Functionality section of the specification document. Write pseudocode that lays out a plan for the method you chose, ensuring that you organize each step in a logical manner. Remember, you will not be creating the actual code for the method. You do not have to write pseudocode for both methods. Your pseudocode must not exceed one page. START GET user input of pet information. IF the pet is a dog: CHECK the total dog count. IF the dog count is less than 30: INCREMENT the total dog count by 1. ELSE: PRINT full capacity for dogs. ELIF the user input is a cat: CHECK total cat count. IF the total cat count is less than 12: INCREMENT total cat count by 1. ELSE: PRINT full capacity for cats. GET user input for days to board. IF the pet is a dog: IF the requested stay is greater than two days: IF grooming is requested == True: ADD grooming information to boarding request. 2
ELSE: END no additional grooming added to information. GET pet information if previously boarded. IF pet does not exist in database: GET user input for required information. ADD user input to database. ELSE: PROMPT for updated information ADD updated information to the database. END interface, send confirmation email. Flowchart Based on the pseudocode you wrote, create a flowchart using a tool of your choice for the method you selected. In your flowchart, be sure to include start and end points and appropriate decision branching, and align the flowchart to the check in or check out process. Your flowchart must be confined to one page. 3
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help