1. Plan your project.
Outline what problem your application will solve.
Who will use this app?
What are the basics of how your app will work?
2. Design your code. This can be a UML diagram, flowchart orpseudocode.
3. Start coding.
Here is an example project as a guideline. Can follow theoutline listed below, don’t just copy any part of the project butcreate your own version:
Sporting event application with the followingoutputs.
//display menu to user
1) Enter sporting event and contestants
2) Display contestants and winners for each event
3) Display time and location of each event
4) Display the list of contestants registered for more than 1event
5) Exit
//ask user for
OR
OR