Im working on a Java question and need guidance to help me study.
Assignment Description
Your consulting firm has been hired to develop a program that meets the following requirements.
Your program must provide a menu to the user. This menu should list three different products of your choice. Once the user selects one product, they should specify which state they are located. The state choices should include CT, VT, WI, CA and WA. State taxes vary for each state (7.5%, 7.8%, 6.8%, 7.2% and 6.4%, respectively). The user should then specify the desired number of cases (assume there are 12 items per case). The appropriate state tax should be added to the total cost of the product (item quantity multiplied by unit price).
Display the following to the user.
Name of the product selected
Number of cases
Number of items
Subtotal (units x price per unit)
State tax (with the percentage and state abbreviation in parentheses)
Total cost (subtotal plus state tax)
a) Your program needs to include at least one repetition statement, one selection statement, Scanner class, and at least one array in this code.
b) Appropriate calculations are necessary.
c) Print out to the user the above bulleted items.
Your assignment submittal should include your Java source code, class files, program design document including class diagrams and pseudocode.
This assignment will also be assessed using additional criteria provided here.
Please submit your assignment.
For assistance with your assignment, please use your text, Web resources, and all course materials.
Grading Criteria
Project Criteria
Exceeds: 90%100%
Very Good: 80%89%
Meets: 70%79%
Needs Improvement: Below 70%
Content(65%)
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(20%)
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.
The post Loops and Arrays appeared first on Learnedprofessors.