Skip to content

Сделал ДЗ №3.#4

Open
AndriyanovAD wants to merge 1 commit intomasterfrom
HW3
Open

Сделал ДЗ №3.#4
AndriyanovAD wants to merge 1 commit intomasterfrom
HW3

Conversation

@AndriyanovAD
Copy link
Copy Markdown
Owner

No description provided.

Comment on lines +86 to +89
switch (reverse[i]) {
case 1: reverse[i] = 0 ;
break;
default: reverse[i] = 1;
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

нецелесообразно использовать это

Comment on lines +116 to +121
public static void arrayCreator(int a, int b) {
int[] newArray= new int[a];
for (int i = 0; i < newArray.length; i++){
newArray[i] = b;
}
printArray("Content array5:", newArray);
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

возвращающий метод по ТЗ

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