Complete Figure 1 by filling in the gaps [A], [B], and [C] using the items in Table 1.
| C1 | C2 | Car |
| electric | mileage | Integer |
| Real | Boolean | String |
RECORD [A]
regPlate : String
mileage : [B]
[C] : Boolean
ENDRECORD
C1 ← Car("AB12 CDE", 45000, False)
C2 ← Car("XY19 ZZZ", 12000, True)