Browse Source

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 years ago
parent
commit
72650c26f3
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README-en.md

+ 1
- 0
README-en.md View File

@@ -177,6 +177,7 @@ Suppose that all courses in Yauco's University are 3 credits each and have the f
177 177
     2. 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.
178 178
 
179 179
 3. Verify your program by computing the GPA of a student that has two A's and 2 B's; what is the grade of this student, A or B (A goes from 3.5 to 4 points)? When your program is correct, save the `main.cpp` file. 
180
+
180 181
 ---
181 182
 
182 183
 ---