This is what i have for this function so far but im pretty sure its wrong. can someone check it for me or tell me what it should look like if i did it wrong?
"write a function named print_range() that takes two INT arguments, start and stop and returns nothing. The function prints all of the numbers between strt and stop including start and stop. You can assume that start is less than or equal to stop"