Browse Source

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 years ago
parent
commit
ec0a369726
1 changed files with 3 additions and 6 deletions
  1. 3
    6
      README-en.md

+ 3
- 6
README-en.md View File

112
 
112
 
113
 ## Laboratory session:
113
 ## Laboratory session:
114
 
114
 
115
-### Exercise 1
115
+### Exercise 1: Plotting interesting curves
116
 
116
 
117
-In this exercise you will plot the graphs of some parametric equations of interesting curves.
118
 
117
 
119
 **Instructions**
118
 **Instructions**
120
 
119
 
192
 
191
 
193
 
192
 
194
 
193
 
195
-### Exercise 2
194
+### Exercise 2: Computing grade point average (GPA)
196
 
195
 
197
-In this exercise you will write a program to obtain a student's grade point average (GPA).
198
-
199
-Suppose that all courses in Cheo'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 y $$F = 0$$ points per credit.
196
+In this exercise you will write a program to obtain a student's grade point average (GPA). Suppose that all courses in Cheo'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 y $$F = 0$$ points per credit.
200
 
197
 
201
 **Instructions**
198
 **Instructions**
202
 
199