Skip to content

Feedback#1

Open
github-classroom[bot] wants to merge 3 commits into
feedbackfrom
main
Open

Feedback#1
github-classroom[bot] wants to merge 3 commits into
feedbackfrom
main

Conversation

@github-classroom

@github-classroom github-classroom Bot commented Jun 8, 2026

Copy link
Copy Markdown

👋! GitHub Classroom created this pull request as a place for your teacher to leave feedback on your work. It will update automatically. Don’t close or merge this pull request, unless you’re instructed to do so by your teacher.
In this pull request, your teacher can leave comments and feedback on your code. Click the Subscribe button to be notified if that happens.
Click the Files changed or Commits tab to see all of the changes pushed to the default branch since the assignment started. Your teacher can see this too.

Notes for teachers

Use this PR to leave feedback. Here are some tips:

  • Click the Files changed tab to see all of the changes pushed to the default branch since the assignment started. To leave comments on specific lines of code, put your cursor over a line of code and click the blue + (plus sign). To learn more about comments, read “Commenting on a pull request”.
  • Click the Commits tab to see the commits pushed to the default branch. Click a commit to see specific changes.
  • If you turned on autograding, then click the Checks tab to see the results.
  • This page is an overview. It shows commits, line comments, and general comments. You can leave a general comment below.
    For more information about this pull request, read “Leaving assignment feedback in GitHub”.

Subscribed: @cathancock

Comment on lines 482 to 483
* Question 18
* Compare two Person objects based on their ages.
Comment on lines +383 to +386
}

// Method introduceYourself that returns the details of the person
public String introduceYourself () {
Comment on lines +389 to +391
}
// For example, introduceYourself() should return a string like "Hello, my name is John Doe and I am 28 years old."

Comment on lines +396 to -307

// Getter method that returns the age of the person

Comment on lines +401 to -309

// Setter method that sets the name of the person

Comment on lines +406 to +408

// Setter method that sets the age of the person
public void setAge(Integer age) {
Comment on lines 311 to +412
}

@cathancock

Copy link
Copy Markdown
Collaborator

Recommitting to try and resolve the devhub authenticate error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants