IT 145 Global Rain Summary Report Template (1)

docx

School

Southern New Hampshire University *

*We aren’t endorsed by this school

Course

145

Subject

Computer Science

Date

Feb 20, 2024

Type

docx

Pages

3

Uploaded by DukePenguin2879

Report
Developer : Date : [July 23 rd , 2023]
IT 145 Global Rain Summary Report Template 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. Pet Check-In function petCheckIn(): display "Welcome to Pet BAG's check-in process." display "Please provide the following information:" obtain petType obtain petName obtain petAge if petType equals "dog" then if dogSpaces > 0 then decrease dogSpaces by 1 obtain daysStay if daysStay >= 2 then obtain grooming else set grooming to false display "Pet checked in successfully." else display "No dog spaces available." else if petType equals "cat" then if catSpaces > 0 then decrease catSpaces by 1 obtain daysStay display "Pet checked in successfully." else display "No cat spaces available." else display "Invalid pet type." end function 2
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. [Insert your flowchart image here. Refer to the Project One Supporting Materials for tool options to create your flowchart and support for copying images into this template.] OOP Principles Explanation Briefly explain how you applied object-oriented programming principles and concepts (such as encapsulation, inheritance, and so on) in your software development work thus far. Your explanation should be one paragraph, or four to six sentences. [Type your explanation here.] 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