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

README-en.md edited online with Bitbucket

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

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

114
 ---
114
 ---
115
 
115
 
116
 
116
 
117
-## Laboratory session:
117
+## Laboratory Session:
118
 
118
 
119
-### Exercise 1 - Implement the quadratic formula
119
+### Exercise 1 - Implement the Quadratic Formula
120
 
120
 
121
 In this exercise you will implement the quadratic formula to complete a game in which a frog leaps from one leaf to another. You will assume that the leaves are in the $$x$$-axis and that the leap is determined by a parabola that opens down. If you want the frog to leap from leaf to leaf, you must find a quadratic equation with a parabola that opens down and intersects the $$x$$-axis in the places where the leaves are located. Your task is to write the equations for the quadratic formula.
121
 In this exercise you will implement the quadratic formula to complete a game in which a frog leaps from one leaf to another. You will assume that the leaves are in the $$x$$-axis and that the leap is determined by a parabola that opens down. If you want the frog to leap from leaf to leaf, you must find a quadratic equation with a parabola that opens down and intersects the $$x$$-axis in the places where the leaves are located. Your task is to write the equations for the quadratic formula.
122
 
122
 
156
 
156
 
157
 
157
 
158
 
158
 
159
-### Exercise 2 - Write a program to obtain a student's grade point average (GPA)
159
+### Exercise 2 - Write a Program to Obtain a Student's Grade Point Average (GPA)
160
 
160
 
161
 Suppose that all courses in Yauco's University are 3 credits each and have the following point values: $$A = 4$$ points per credit; $$B = 3$$ points per credit; $$C = 2$$ points per credit; $$D = 1$$ point per credit and $$F = 0$$ points per credit. 
161
 Suppose that all courses in Yauco's University are 3 credits each and have the following point values: $$A = 4$$ points per credit; $$B = 3$$ points per credit; $$C = 2$$ points per credit; $$D = 1$$ point per credit and $$F = 0$$ points per credit. 
162
 
162