write a method that creates n random strings of length 10. code example
Example: generate 5 digit random string in java
RandomStringUtils.randomAlphanumeric(17).toUpperCase()
RandomStringUtils.randomAlphanumeric(17).toUpperCase()