Browse Source

Update README.md

1127-print-range-subject
Hamza elkhatri 2 years ago committed by GitHub
parent
commit
bf6ba5c725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      subjects/printrange/README.md

4
subjects/printrange/README.md

@ -1,4 +1,6 @@
### print-range
## print-range
### instructions
- Write a function named `printRange` that takes a start and end number and prints all the numbers in that range.
- If the start number is greater than the end number, print the numbers in descending order.

Loading…
Cancel
Save