Skip to content
MathsGenie logo
Open app

Course home

  1. IGCSE
  2. Computer Science Edexcel
  3. Question bank

Develop code

EasyMediumHard
123456789101112131415161718192021222324
Question 15

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 dataTest data
Normal6
10
-2
[2]

Develop code Questions

  1. IGCSE
  2. /Computer Science
  3. /Develop code