ash / raku-course

28 stars 11 forks source link

Exercise "Numbers/The last digit" must come before "Numbers/Number of tens" #56

Open greenfork opened 7 months ago

greenfork commented 7 months ago

The last digit exercise uses a single concept of modulo division. Number of tens exercise combines the concepts of modulo division and integer division.