A random name generator.
A random name generator can be useful for creating dummy data for test purposes.
Write a program to output a random name from one list of forenames and another list of surnames.
Use this boilerplate code as a starting point:
Remember to add a comment before a subprogram, selection or iteration statement to explain its purpose.
Lily RodrÃguez
Sophia Devi
Use these resources as a reference to help you meet the success criteria.
Run your program several times to check that your program has met the success criteria.
Check that you have: