소스 검색

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
-