Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using Visual Studio and C++, you are to design and develop a program of your own design and choosing. There is a list of ideas

Using Visual Studio and C++, you are to design and develop a program of your own design and choosing. There is a list of ideas below, but you can come up with your own idea. Read all the instructions very carefully and review the grading rubric for this assignment. The grading rubric will be used to grade your final project. Your final program must be original and not based on any assignments in this or any other course. This project is also assessing your ability to problem solve: Can you design a program from the topics below? Suggested Topics: Statistics (sports, video games, etc...) Business (accounting, warehousing, retail, etc...) Home inventory system (inventory your belongings, your film collection, your music collection, your antiques collection, etc...) Dictionary (Spanish-English, Thesaurus, Quotes, rhymes, Scrabble, etc) Personal finance (Expense tracker, check book, Monthly budget) Personal development (calorie tracker, exercise log, to do list, etc) Grading Rubric for This Assignment: ?Criteria Range Low End (Did not do or did very little effort) Range High End (Used correctly and spent time/effort on programming) Program documentation page Includes the name and description of the project, list of inputs/outputs, and flowchart and instructions on how to use the program. A Word document should be submitted 0 10 Names of variables are meaningful and the program comments self-document the program. 0 10 Math operations (for max points use built-in math functions) NOTE: Increment does not count as a math operation. 0 10 Provide screen shots of the program executed with 3 sets of test data. 0 10 If / else or a switch statement (to get max points use nested if /elses) 0 10 Loops 2 types (for max points use nested loops) 0 20 Validated user input 0 5 Save the data to a sequential data file and read from it 0 20 At least 3 functions appropriately passing parameters and returning values as needed (to get max points, overloaded function) 0 15 Two dimensional arrays or vectors 0 15 Formatted the output so it is easy to read and aligned 0 10 The program executes without error and the output is correct 0 10 Program, Word document with documentation, screen shots of the code and console are uploaded to dropbox. 0 5 ?Total Points Possible 0 ?150

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design Application Development And Administration

Authors: Mannino Michael

5th Edition

0983332401, 978-0983332404

Students also viewed these Databases questions

Question

Provide two real examples of the Pygmalion effect.

Answered: 1 week ago