Browse Source

removed newlines at the end

Jose Ortiz 9 years ago
parent
commit
9cb80b0328
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      README.md

+ 0
- 2
README.md View File

@@ -348,5 +348,3 @@ Suppose that all courses in Cheo's University are 3 credits each and have the fo
348 348
     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.
349 349
 
350 350
 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 and submit it using "Deliver 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.
351
-
352
-