Browse Source

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 years ago
parent
commit
7412ed47da
1 changed files with 12 additions and 7 deletions
  1. 12
    7
      README-en.md

+ 12
- 7
README-en.md View File

@@ -92,10 +92,13 @@ To plot a curve that is described by parametric equations, we compute the $$x$$
92 92
 
93 93
 !INCLUDE "../../eip-diagnostic/pretty-plots/en/diag-pretty-plots-01.html"
94 94
 <br>
95
+
95 96
 !INCLUDE "../../eip-diagnostic/pretty-plots/en/diag-pretty-plots-02.html"
96 97
 <br>
98
+
97 99
 !INCLUDE "../../eip-diagnostic/pretty-plots/en/diag-pretty-plots-03.html"
98 100
 <br>
101
+
99 102
 !INCLUDE "../../eip-diagnostic/pretty-plots/en/diag-pretty-plots-04.html"
100 103
 <br>
101 104
 
@@ -208,14 +211,16 @@ Suppose that all courses in Cheo's University are $$3$$ credits each and have th
208 211
 
209 212
 	b. Remember that, in C++, when both operands in the division are integers, the result will also be an integer; the remainder will be discarded. Use "type casting": `static_cast<type>(expression)` to solve this problem.
210 213
 
211
-		---
214
+	   ---
212 215
 	
213
-		!INCLUDE "../../eip-diagnostic/pretty-plots/en/diag-pretty-plots-05.html"
214
-		<br>
215
-		!INCLUDE "../../eip-diagnostic/pretty-plots/en/diag-pretty-plots-06.html"
216
-		<br>
217
-		!INCLUDE "../../eip-diagnostic/pretty-plots/en/diag-pretty-plots-07.html"
218
-		<br>
216
+	   !INCLUDE "../../eip-diagnostic/pretty-plots/en/diag-pretty-plots-05.html"
217
+	   <br>
218
+	   
219
+	   !INCLUDE "../../eip-diagnostic/pretty-plots/en/diag-pretty-plots-06.html"
220
+	   <br>
221
+	   
222
+	   !INCLUDE "../../eip-diagnostic/pretty-plots/en/diag-pretty-plots-07.html"
223
+	   <br>
219 224
 3. Verify your program by computing the GPA of a student that has two A's and 2 B's; what is the average of this student? When your program is correct, save the `main.cpp` file and submit it using "Deliverable 2" in Moodle. Remember to follow the instructions regarding the names and types of the variables,  to include the names of the programmers, to document your program and to use good programming practices.
220 225
 
221 226