anonymous
2018-04-14 10:29:27 UTC
" implement and test a note Funktion in Haskell , the receves 4 outputs and calculatates students grade for the PRG exam, where:
- the first 2 entries are each truth values (true or false )and indicate wether the student has calculated the first part or in the second part of the exercise.
- the third imput is a number of bonus points (between 0- 20 ) that the student has to pay for the exam
-the fourth imput is a number of exam points (between 0- 100) that the student has achieved in the exam (without bonus points ).
to use then else if functions