Skip to content

Commit 83ad7d2

Browse files
authored
Update chapter-05-loops.md
1 parent 414b76a commit 83ad7d2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

chapter-05-loops.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -282,21 +282,21 @@ We created a new project. If we click on the triangle in front of **Loops** in t
282282

283283
![](assets/chapter-5-1-images/10.New-project-06.png)
284284

285-
За да създадем в нашият проект **пакет**, който да съдържа всички класове с решенията на задачите за упражнение, натискаме десен бутон на мишката върху **src**, избираме **New** -> **Package** и наименуваме пакета **tasks** (с малка първа буква).
285+
In order to create **Package** in our project, which contains all the classes with the solutions from the exercise, right-click with the mouse on **src**, then select **New** -> **Package** and name it **tasks** (with small letter).
286286

287287
![](assets/chapter-5-1-images/10.New-project-07.png)
288288

289-
За да създадем нов клас за първото упражнение, натискаме десен бутон на мишката върху **tasks**, избираме **New** -> **Java Class** и наименуваме класа **Task_01** (с главна първа буква).
289+
In order to create new class for the first task, right-click with the mouse on **tasks**, select **New** -> **Java Class** and name it **Task_01** (with its first letter as a capital letter).
290290

291291
![](assets/chapter-5-1-images/10.New-project-08.png)
292292

293293
![](assets/chapter-5-1-images/10.New-project-09.png)
294294

295-
След тези промени структурата на проекта ще изглежда по следния начин:
295+
After these changes the structure of the project should look like this:
296296

297297
![](assets/chapter-5-1-images/10.New-project-10.png)
298298

299-
Като за всяко следващо упражнение създадем нов клас, по описания по-горе начин за създаване на клас.
299+
For each subsequent exercise we will create a new class in the way described above.
300300

301301
### Задача: Елемент, равен на сумата на останалите
302302

0 commit comments

Comments
 (0)