goldshakil / ElectricalProgrammingCourse2020

This repository is aimed towards sharing and discussing issues about Electrical and Electronics Programming Course
6 stars 1 forks source link

[Others] Final Project #294

Open HANSEOCK opened 4 years ago

HANSEOCK commented 4 years ago
  1. the problem shows that science.txt and math.txt have 10students for each. I wonder do I need to consider the other files that have less or more than 10students?

  2. the file was given as ID number ascending-order but Guidelines execution were shown as ID number Descending-order. Do I have to sort as ID number Descending-order?

goldshakil commented 4 years ago
  1. The evaluation file length would be similar to the given file. (the exact number of students)

  2. I have mentioned in the guideline, the order doesn't matter. (if you wanna get a bonus then you have to sort in descending order based on the total score)