Преглед на файлове

removed newlines at the end

Jose Ortiz преди 9 години
родител
ревизия
9cb80b0328
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0
    2
      README.md

+ 0
- 2
README.md Целия файл

@@ -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
-