Browse Source

Haciendo cambios

SaraB 7 years ago
parent
commit
92dc5afba5
2 changed files with 4 additions and 4 deletions
  1. 2
    2
      README-en.md
  2. 2
    2
      README-es.md

+ 2
- 2
README-en.md View File

5
 ![main3.png](images/main3.png)
5
 ![main3.png](images/main3.png)
6
 
6
 
7
 
7
 
8
-One of the advantages of using computer programs is that we can easily implement repetitive tasks. Structures such as the `for`, `while`, and `do-while` allow us to repeat a block of instructions as many times as needed. In this laboratory experience, you will use `for` loops to produce patterns and mosaics.
8
+One of the advantages of using computer programs is that we can easily implement repetitive tasks. Structures such as the `for`, `while`, and `do-while` allow us to repeat a block of instructions as many times as needed. In this laboratory experience, you will use `for` loops to produce patterns and mosaics. This laboratory experience is an adaptation of https://sites.google.com/a/wellesley.edu/wellesley-cs118-spring13/lectures-labs/lab-2.
9
+
9
 
10
 
10
 ## Objectives:
11
 ## Objectives:
11
 
12
 
13
 
14
 
14
 2. Strengthen the use of functions and objects.
15
 2. Strengthen the use of functions and objects.
15
 
16
 
16
-This laboratory experience is an adaptation of https://sites.google.com/a/wellesley.edu/wellesley-cs118-spring13/lectures-labs/lab-2.
17
 
17
 
18
 ## Pre-Lab:
18
 ## Pre-Lab:
19
 
19
 

+ 2
- 2
README-es.md View File

5
 ![main3.png](images/main3.png)
5
 ![main3.png](images/main3.png)
6
 
6
 
7
 
7
 
8
-Una de las ventajas de utilizar programas de computadoras es que podemos realizar tareas repetitivas fácilmente. Los ciclos como `for`, `while`, y `do-while` son estructuras de control que nos permiten repetir un conjunto de instrucciones. A estas estructuras también se les llama *estructuras de repetición*. En la experiencia de laboratorio de hoy, practicarás el uso de ciclos anidados para producir patrones y mosaicos.
8
+Una de las ventajas de utilizar programas de computadoras es que podemos realizar tareas repetitivas fácilmente. Los ciclos como `for`, `while`, y `do-while` son estructuras de control que nos permiten repetir un conjunto de instrucciones. A estas estructuras también se les llama *estructuras de repetición*. En la experiencia de laboratorio de hoy, practicarás el uso de ciclos anidados para producir patrones y mosaicos. Esta experiencia de laboratorio es una adaptación de https://sites.google.com/a/wellesley.edu/wellesley-cs118-spring13/lectures-labs/lab-2.
9
+
9
 
10
 
10
 
11
 
11
 ## Objetivos:
12
 ## Objetivos:
14
 
15
 
15
 2. Reforzar las destrezas de uso de funciones y objetos.
16
 2. Reforzar las destrezas de uso de funciones y objetos.
16
 
17
 
17
-Esta experiencia de laboratorio es una adaptación de https://sites.google.com/a/wellesley.edu/wellesley-cs118-spring13/lectures-labs/lab-2.
18
 
18
 
19
 
19
 
20
 ## Pre-Lab:
20
 ## Pre-Lab: