What would be a good UML diagram for the follwoing program idea while also following the following criteria: You should now be writing the code that allows your program to sort, search, and store data. Think about the following points: Does your program store input data? What is it? Sorting algorithm? Searching algorithm?
What would be a good UML diagram for the follwoing
- You should now be writing the code that allows your program to sort, search, and store data.
- Think about the following points:
- Does your program store input data? What is it?
- Sorting
algorithm ? - Searching algorithm?
Here is the program idea
What is my program supposed to do: I want to create a program that will be able to achieve all the goals of the capstone project while successfully achieving what it is supposed to do. I want to be able to create a program that can extract a player's name based on the sport I decide to choose (either football, basketball, or baseball) and have them be placed on the user's team where they can choose to keep them or remove them from said team. As the season progresses the user will go into the program and input the stats of their players and the program will calculate their fantasy performance based on what the user inputs. The user may also be able to put in, take out, or adjust any stats that are calculated at any time during the season. The user will also take the players and be able to choose from a number of options on what to do with them. I hope to either make it so that multiple users can "play" at the same time against one another with the program, if not then I may try to input at least one other team controlled by the program so that there would be some competition. If not, then the program will be utilized more as a
Trending now
This is a popular solution!
Step by step
Solved in 3 steps