Open aliciamichellew opened 11 months ago
Rejected: For the INDEX parameter, it is explicitly mentioned that only positive integers less than or equals to the number of employees in the list are accepted. Therefore, very large inputs (like 111111112222222333333333) are rejected in the app as well as are not explicitly stated in the examples.
Team chose [response.Rejected
]
Reason for disagreement: What if they have 111111112222222333333333 number of employees? You never state how many employees they should have.
Your program does not accept very large numbers in the index part: example: 111111112222222333333333
This is still an integer in mathematical notation and not written in the UG as invalid example.