IzuchukwuN / The-Mini-Library

0 stars 0 forks source link

Randomize #13

Open IzuchukwuN opened 5 months ago

IzuchukwuN commented 5 months ago

Create a method that randomizes what book the user would like to select. It will pretty much choose a random number within the books array and give them that singular book. Should be much easier than the search function. Have this be done in the Library Guide class.