Kaynağa Gözat

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 yıl önce
ebeveyn
işleme
62a0b9a9cb
1 değiştirilmiş dosya ile 7 ekleme ve 10 silme
  1. 7
    10
      README-en.md

+ 7
- 10
README-en.md Dosyayı Görüntüle

92
 
92
 
93
 !INCLUDE "../../eip-diagnostic/pretty-plots/en/diag-pretty-plots-01.html"
93
 !INCLUDE "../../eip-diagnostic/pretty-plots/en/diag-pretty-plots-01.html"
94
 <br>
94
 <br>
95
-
96
 !INCLUDE "../../eip-diagnostic/pretty-plots/en/diag-pretty-plots-02.html"
95
 !INCLUDE "../../eip-diagnostic/pretty-plots/en/diag-pretty-plots-02.html"
97
 <br>
96
 <br>
98
 !INCLUDE "../../eip-diagnostic/pretty-plots/en/diag-pretty-plots-03.html"
97
 !INCLUDE "../../eip-diagnostic/pretty-plots/en/diag-pretty-plots-03.html"
209
 
208
 
210
 	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.
209
 	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.
211
 
210
 
212
-	!INCLUDE "../../eip-diagnostic/pretty-plots/en/diag-pretty-plots-05.html"
213
-	
214
-	---
215
-	
216
-	<br>
217
-	!INCLUDE "../../eip-diagnostic/pretty-plots/en/diag-pretty-plots-06.html"
218
-	<br>
219
-	!INCLUDE "../../eip-diagnostic/pretty-plots/en/diag-pretty-plots-07.html"
211
+		---
220
 	
212
 	
221
-	<br>
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>
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 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.
219
 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.
223
 
220
 
224
 
221