laurenthg / pe

0 stars 0 forks source link

print output is not precise #8

Open laurenthg opened 5 years ago

laurenthg commented 5 years ago

input :

recurring 1 1 1

output :

OOPS!!! Please enter the right number of arguments!

There are 3 arguments and 3 arguments is needed

Capture d’écran 2019-11-15 à 16.56.00.png

nus-pe-bot commented 5 years ago

Team's Response

image.png

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.

Items for the Tester to Verify

:question: Issue response

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".