Hey ya'll I was looking for some guidance. I'm building a "workout generator" for fun and got stuck. I want my program pick a random assortment of exercises and write them to a new file.
What is the best way to randomly pick strings from a list of exercises; jump rope 20 mins, 15 push-ups, run 1 mi, etc.
Make an array with every exercise and randomly pick one? How would I go about doing that? Any help is appreciated.