jobTitle static method
Generate a random job title
Implementation
static String jobTitle() {
return titles[_random.nextInt(titles.length)];
}
Generate a random job title
static String jobTitle() {
return titles[_random.nextInt(titles.length)];
}