prime bumbers

  1. R

    Question Prime numbers and subtraction problem.

    Hello everyone, I'm currently working on a calculator and in order to challenge myself, I decided not to use any loops (while, for, ...) but only use recursive methods (if ... then ... return else return). So basically what I'm trying to do is create a function that checks if the 2 numbers...
Back
Top Bottom