IT 145 Global Rain Summary Report SSGB

.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

4

Uploaded by Dhowardfamily74

Report
Developer : Shamika Grant-Bibbs Date : November 19, 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 Prompt user for pet information (type, name, age, etc.) Read and store pet information Check if the pet is a dog or a cat If dog Check if there is space for a new dog If space is available Collect length of stay information Determine if grooming is requested (for stays of two or more days) Assign a space for the dog Else Display "No space available for the dog" Else if cat Check if there is space for a new cat If space is available Collect length of stay information Assign a space for the cat Else Display "No space available for the cat" End check-in process End 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. 2
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