Bläddra i källkod

removed newlines at the end

Jose Ortiz 9 år sedan
förälder
incheckning
9cb80b0328
1 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0
    2
      README.md

+ 0
- 2
README.md Visa fil

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