You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#### Functional
|
|
|
|
|
|
|
|
##### After downloading the [file](https://assets.01-edu.org/stats-projects/math-skills) and giving executable permissions
|
|
|
|
##### Run the script with `./math-skills`, then run the program of the student with the created file (`data.txt`) by the previous command.
|
|
|
|
|
|
|
|
###### Are the outputs of both programs (the one provided and the student one) in the same format?
|
|
|
|
|
|
|
|
###### In the output of the student program, are the data types of the values rounded integers?
|
|
|
|
|
|
|
|
###### Did the values of both programs match?
|
|
|
|
|
|
|
|
##### Do the same procedure (running the script provided and the student program) 3 more times in order to test new data sets.
|
|
|
|
|
|
|
|
###### Did the values of both programs match in all tries?
|
|
|
|
|
|
|
|
#### Bonus
|
|
|
|
|
|
|
|
###### +Did the student provided a README with an explanation on how to test his/her program?
|