Browse Source

Update README.md

1274-oddlength
Hamza elkhatri 2 years ago committed by David Mata
parent
commit
d6544fb2db
  1. 2
      subjects/paramrange/README.md

2
subjects/paramrange/README.md

@ -2,7 +2,7 @@
### instructions
- Write a program that takes a number in the arguments and prints the max and min.
Write a program that takes a number in the arguments and prints the max and min.
- If the number of arguments is less than 2 print (`'\n'`)
- If one of the arguments is not a number, print (`"Error\n"`)
- The output should be space-separated and (`'\n'`) at the end.

Loading…
Cancel
Save