dodona-edu / programmeursleerling

Dodona versie van het boek De Programmeursleerling
https://dodona.ugent.be/en/courses/293/
Other
3 stars 12 forks source link

Exercise 5.4 "kwadratische vergelijkingen" is wrong #323

Open beardhatcode opened 1 year ago

beardhatcode commented 1 year ago

The exercise asks for solutions to quadratic equations and asks to print "invalid" if it is not a valid quadratic equation.

The solution however also solves linear equations.

https://github.com/dodona-edu/programmeursleerling/tree/master/chapters/06%20conditions/05%20exercises/04%20quadratic%20equations

Additionally, the englisch description asks to print "Ongeldige vergelijking" instead of "Invalid equation"

checklist