A program includes validation to ensure that a customer rating is an integer between 1 and 10 inclusive.
Complete the table by adding the type of test data that is being used to test this validation.
The first type of test has been completed for you.
| Type of test data | Test data |
|---|---|
| Normal | 6 |
| 10 | |
| -2 |