Skip to content

Madlib tasks #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Madlib tasks #4

wants to merge 4 commits into from

Conversation

RameMadah
Copy link

es hat echt witzige Sätze aufgebaut, hat spaß gemacht.
Danke !!

Copy link
Collaborator

@DanielW1987 DanielW1987 left a comment

Choose a reason for hiding this comment

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

sieht gut aus 👍

Comment on lines +31 to +39
return ADJECTIVES;
}

public static String[] getFamousPersons() {
return FAMOUS_PERSONS;
}

public static String[] getVERBS() {
return VERBS;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Die Methoden wären streng genommen nicht wirklich notwendig gewesen. Die Klasse kann von der create() Methode aus prima direkt auf die Arrays zugreifen.

@DanielW1987 DanielW1987 added the good first issue Good for newcomers label May 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants