Просмотр исходного кода

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 лет назад
Родитель
Сommit
414ed95b71
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1
    1
      README-en.md

+ 1
- 1
README-en.md Просмотреть файл

@@ -331,7 +331,7 @@ In this exercise you will create objects of the `Bird` class using the default c
331 331
 
332 332
       ---
333 333
 
334
-5. Create two other objects called `juana` and `alondra` that will appear drawn in the coordinates (100, 300) and (300,300) respectively. Create `juana` using the default constructor so that its properties are assigned randomly. Create `alondra` using the other constructor so that you may specify its properties during its creation.  `alondra` should have the same size as `juana`, have the same type of eyebrows, and the same eye color. Its face should be white. Add `alondra` and `juana` to the window where `abelardo` and `piolin` are. The window should look similar to the one in Figure 4.
334
+5. Create two other objects called `juana` and `alondra` that will appear drawn in the coordinates (100, 300) and (300, 300) respectively. Create `juana` using the default constructor so that its properties are assigned randomly. Create `alondra` using the other constructor so that you may specify its properties during its creation.  `alondra` should have the same size as `juana`, have the same type of eyebrows, and the same eye color. Its face should be white. Add `alondra` and `juana` to the window where `abelardo` and `piolin` are. The window should look similar to the one in Figure 4.
335 335
 
336 336
       ---
337 337