Open laurenthg opened 5 years ago
As described in the DG, the syntax for the recurring command is
recurring 1 1 1
and not
recurring 1 1 1
The two are clearly different. Follow the given syntax next time. Rejected.
Team chose [response.Rejected
]
Reason for disagreement: Here, there are clearly 3 arguments and 3 arguments are needed and the message is :
"Please enter the right number of arguments!"
This error message is not convenient is this case.
There is the right number of arguments, so, the program should work with it or at least print another error message like: " Please respect the command syntax".
input :
recurring 1 1 1
output :
OOPS!!! Please enter the right number of arguments!
There are 3 arguments and 3 arguments is needed