From c65aed0740fa18ad3cd11f6d34e059a8ac92e711 Mon Sep 17 00:00:00 2001 From: ksilar Date: Mon, 18 Feb 2019 11:06:47 +0300 Subject: [PATCH] =?UTF-8?q?hw1=20=D0=B2=D1=8B=D0=BF=D0=BE=D0=BB=D0=BD?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hw1/HW1Lesson.java | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/hw1/HW1Lesson.java b/hw1/HW1Lesson.java index 9f35707..fc7438e 100644 --- a/hw1/HW1Lesson.java +++ b/hw1/HW1Lesson.java @@ -1,4 +1,14 @@ - +/** + * Java. Level 3. Lesson 1. Homework + * + * 1. Write a method which changes the places of the two elements of the array. + * (array can be of any reference type) + * 2. Write method which converts an array in ArrayList + * 3. "Big task" about fruits (apples, oranges) and baskets (box) + * + * @author Rudenko Aleksandr + * @version Feb 18, 2019 + */ import java.util.ArrayList; import java.util.Arrays;