Due on Tuesday
One of the most useful features of any programming language is recursion and control structures, decisions and loops. Recursion and loop structures allow programs to repeat actions without duplicating code.
This console application focuses on your understanding of object oriented programming, control structures, and arrays.
Create an application that manipulates a billboard sign. Use the following guidelines:
The program must include a Billboard class (separate from the main program class) that is capable of storing the text to display.
The class must include data fields
The Billboard class must include methods to manipulate the text (get, set, reverse, replace substring) as well as the capability to check the text (eg. test if the text is empty).
The Billboard includes a list of predefined messages that can be set as the message in the billboard.
The set method allows user to select a predefined message. Also, user can create his message
Add one extra method that can be used for the Billboard
The main program must create an object of Billboard class.
The main program must include a menu to allow a user to select a function of the Billboard object.
The application must exit upon user request.
For this project, do the following:
Create an application that manipulates a billboard sign based on the above guidelines.
Use comments in your code to demonstrate your understanding of each statement.
Make sure the program runs correctly before submission.
Zip all the files in your project to a file named yourname_Unit 4 IP
Please submit your assignment.
For assistance with your assignment, please use your text, Web resources, and all course materials.
Grading Rubric
Project Criteria Exceeds: 90%–100% Very Good: 80%–89% Meets: 70%–79% Needs Improvement: Below 70%
Content
(75%)
Response covers all topics indicated in the assignment and adds additional content. Response covers most topics indicated in the assignment. Response covers many of the topics indicated in the assignment. Response covers none to some of the topics indicated in the assignment.
Effective Communication
(10%)
Demonstrates outstanding or exemplary application of written, visual, or oral skills. Demonstrates outstanding expression of topic, main idea, and purpose. Audience is addressed appropriately. Language clearly and effectively communicates ideas and content relevant to the assignment. Errors in grammar, spelling, and sentence structure are minimal. Organization is clear. Format is consistently appropriate to assignment. Presentation and delivery are confident and persuasive (where applicable). The writing was of collegiate level with no errors in spelling or grammar. Demonstrates very good written, visual, or oral skills. Demonstrates sound expression of topic, main idea, and purpose. Audience is usually addressed appropriately. Language does not interfere with the communication of ideas and content relevant to the assignment. Errors in grammar, spelling, and sentence structure are present, but do not distract from the message. Organization is apparent and mostly clear. Format is appropriate to assignment, but not entirely consistent. The writing was of collegiate level with two or less errors in spelling or grammar. Demonstrates acceptable written, visual, or oral skills. Demonstrates reasonable expression of topic, main idea, and purpose. Sometimes, audience is addressed appropriately. Language does not interfere with the communication of ideas and content relevant to the assignment. Errors in grammar, spelling, and sentence structure are present and may distract from the message. Organization is a bit unclear. Format is inconsistent. The writing was of collegiate level with several errors in spelling or grammar. Demonstrates inadequate or partially proficient application of written, visual, or oral skills. Demonstrates inadequate or partial expression of topic, main idea, and purpose. Audience is often not addressed appropriately. Language often impedes the communication of ideas and content relevant to the assignment. Errors in grammar, spelling, and sentence structure are frequent and often distract from meaning or presentation. Organization is inadequate, confusing, and distracting. The format is inadequate and obscures meaning. The writing was less than collegiate level with numerous errors in spelling or grammar.
Supporting Analysis
(15%)
Analysis exceeds minimum requirements. Sources are used to support analysis, are appropriate, and are properly referenced. Basic analysis provided to support assertions. Sources are cited, appropriate, and properly referenced. Limited analysis provided to support assertions. Some sources are cited, appropriate, and properly referenced. No or inaccurate analysis, no sources are cited when needed, analysis and/or sources are not appropriate. When sources are used, they are not properly referenced.
Other Information
Instructor's Comments:
Create a Java computer program that manipulates a billboard sign using the following guidelines:
The program must include a Billboard class (separate from the main program class) that can store the text to display.
The class must include data fields
The Billboard class must include methods to manipulate the text (get, set, reverse, replace substring) as well as the capability to check the text (eg. test if the text is empty).
The Billboard includes a list of predefined messages that can be set as the message in the billboard.
The set method allows user to select a predefined message. Also, user can create his message
Add one extra method that can be used for the Billboard
The main program must create an object of Billboard class.
The main program must include a menu to allow a user to select a function of the Billboard object.
The application must exit upon user request.
Rubric:
Create Java Program that manipulates a billboard sign: 70 points
Use in-line comments to document code: 20 points
Fully test Java program (functions per specifications); 40 points
9 years ago
13
Purchase the answer to view it

- java.zip
Purchase the answer to view it

- java2.zip
