Project Proposal & Draft
Project Proposal & Draft
Write a 1 paragraph proposal for your final project. The project
should process and display data in some way. The recommendation is
to use a historgram as it is a good way to practice the programming
concepts of the second half of this course. However, if you have
something else you’d like to try, you are welcome to. If you have
an idea but aren’t sure whether it is appropriate, contact the
instructor. See A10: Final Project for the details on technical
requirements (e.g., you must use certain elements such as an
ArrayList, a loop, etc.). For the proposal, you only need to
discuss the subject matter (data) your project will deal with. Your
proposal should be short and to the point. Name the data you will
deal with and how you intend to display it. Two different examples
follow. (Completed projects for these examples are available in the
A10 description.) The data for this project is how long it takes me
to drive from home to work each morning. I recorded times (in
minutes) over the course of 4 weeks. The program will analyze the
data by breaking it into categories (TBD, but something like < 30 minutes, 30-40 minutes, etc.), and display a histogram showing frequency counts for each category. This project deals with survey data in which adults were asked how many children they have. The data will be analyzed and displayed as a histogram for common numbers of children (0, 1, 2, etc.) with a final category for 5+. Use real data if at all possible, but if necessary you can make up the data.the second part you have to create java program with BluejCreate a project in BlueJ called LastName-proj, e.g., Smith-proj. (Or use a project name of your choice, as long as you begin with LastName-.) Start working on your project. You are not expected to complete it for this assignment. Minimal requirements for your draft include the following: There is at least 1 class in the project. All code compiles without error. Each class has a header comment with description, author, and version.
Is this the question you were looking for? If so, place your order here to get started!