This provides a quick recap of how to make an enumeration to have different states in your game/program. You can use the enumeration to run different logic in Update() and draw different items in Draw().
Solutions to this here: https://github.com/AldworthClass/Enumerations-in-Monogame
1 - Download the fruit images from the Files section at the bottom of the page and add them to an Images folder using the MGCB Tool.
2 - Complete the tutorial below.
Nothing for this part.