Browse Source

Rafa arreglando detalles...

Rafael Arce Nazario 8 years ago
parent
commit
ce06d372e6
1 changed files with 8 additions and 8 deletions
  1. 8
    8
      README-en.md

+ 8
- 8
README-en.md View File

@@ -210,14 +210,14 @@ In this exercise you will write a program to obtain a student's grade point aver
210 210
 
211 211
 	   ---
212 212
 	
213
-	   !INCLUDE "../../eip-diagnostic/pretty-plots/en/diag-pretty-plots-05.html"
214
-	   <br>
215
-	   
216
-	   !INCLUDE "../../eip-diagnostic/pretty-plots/en/diag-pretty-plots-06.html"
217
-	   <br>
218
-	   
219
-	   !INCLUDE "../../eip-diagnostic/pretty-plots/en/diag-pretty-plots-07.html"
220
-	   <br>
213
+!INCLUDE "../../eip-diagnostic/pretty-plots/en/diag-pretty-plots-05.html"
214
+<br>
215
+
216
+!INCLUDE "../../eip-diagnostic/pretty-plots/en/diag-pretty-plots-06.html"
217
+<br>
218
+
219
+!INCLUDE "../../eip-diagnostic/pretty-plots/en/diag-pretty-plots-07.html"
220
+<br>
221 221
 	   
222 222
 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.  
223 223