Assume a variable with the name Customer is declared with a datatype of Record, and a subtype of Customer.
Assuming that there are six customer records, numbers 10000, 20000, 30000, 40000, 50000, and 60000, and further assuming that the commands below are executed, which customer record is stored in the
Customer variable?
Customer.FIND('+');
Customer.NEXT(3);
Customer.FIND('=');