https://trailhead.salesforce.com/content/learn/modules/apex_database/apex_database_intro Hands-on Challenge Create an Apex class with a method that returns a list of strings Create an Apex class with a method that returns a list of formatted strings. The length of the list is determined by an integer parameter. You can also use an array if you prefer, but these instructions assume you’re using a..