Skip to content

Java Derusting#18

Open
Ebtisam0402 wants to merge 35 commits intogrc-cohort-22:mainfrom
Ebtisam0402:main
Open

Java Derusting#18
Ebtisam0402 wants to merge 35 commits intogrc-cohort-22:mainfrom
Ebtisam0402:main

Conversation

@Ebtisam0402
Copy link
Copy Markdown

Here is assignment, there are parts that I couldn't solve it.

…yToReplace and giving the integer or the value name to newValue
…alue which is the age so to iterate i used for -each loop
…ulo is remider i divided 8 by 3 and I have a remider of two
…eminder is zero which means even. if i divid 8 by 3 the reminder is two which means odd.
Copy link
Copy Markdown

@auberonedu auberonedu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice job making lots of commits! I strongly recommend going back and finishing the few parts you had trouble with and going to office hours / tutoring for help.

Comment thread src/Person.java
Comment on lines +13 to +16
// Create a constructor that takes the name and age of the person
// and assigns it to the instance variables
this.name = personname;
this.age= personage;
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this file is incomplete. I strongly recommend going back and doing it! Feel free to come by office hours or tutoring for help.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants