Your task is to build a program that randomly recommends a different kind of one type of fruit each day. The user should be able to pick from a menu of at least three different kinds of fruit (banana is a required selection). The program should also randomly select a new fruit variant for all 30 days of a month. For example, I should be able to choose between: banana, apple, and kiwi. I will select kiwi. It will then produce a randomly selected list of 30 different types of kiwi and present them in a list.
If I run the program again and select kiwi, then it will return a new list of kiwi. Your program should practice a separation of concerns, select from the list randomly, and provide a menu or display. In addition to your code, you will have to provide a brief video (3-8 minutes) demonstrating your code running and you explaining a walkthrough of the code. You can look at any of the Together Project walkthrough videos in this course for inspiration of how to structure this. Extra Credit Extra Credit will be offered if the following can be completed: Able to select specific months and have the list printed out correlate to the number of days in the month (Note: Don't forget about leap years). Able to display a graphic along with your list and fruit selection Able to have no repeating of types of fruit in any of the lists
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of