Select Page

GCCCD Write a Program that Shows Game Sales C Programming Exercise

Question Description

I have already submitted the homework, but my professor said that it identical to many other students, so please give me an answer with no similar to chegg website or another tutoring website. Thanks.

Please name the following project as:

<Your Name><Assignment9>

Description of the Program:

Write a program that shows Game sales. The program should use a structure to store the following data about the Game sale:

Game company

Type of Game (Action, Adventure, Sports etc.)

Year of Sale

Sale Price

The program should use an array of at least 3 structures (3 variables of the same structure). It should let the user enter data into the array, change the contents of any element and display the data stored in the array. The program should have a menu driven interface.

Input Validation: When the data for a new game sale is entered, be sure the user enters data for all the fields. No negative amounts should be entered for a “Sale Price” of the Game.

An example:

You will use 1 structure only and then manipulate that for working with the information.

The program should use an array of at least 3 structures (3 variables of the same structure).

An example of the structure:
struct Game
{
string name;
string type;
int year;
double price;
};

Background Information

  1. Read chapter 11
  2. Watch Video Notes
  3. Watch Instructor Video Notes
  4. Use Visual Studio 2019

Requirements creating the project

  1. Name the project as <Your Name><Assignment9>
  2. Name your “.cpp” source file as <Your Name><Assignment9> (same with the project)
  3. Enter valid data that is easy to follow and calculate for testing when you create the screen shot running the project
  4. The screen shot should show the whole run of the project with actual meaningful data (do not show the code only)
  5. Allow the user of the program to enter any data for testing the program
  6. Take a screen shot when you run the project
  7. Zip the project using the zipping instructions. This will create the file with the zip extension you will submit for this Assignment.

What you will submit for this Assignment

  1. The project zip file (follow the exact instructions how to zip the project)
  2. A screen shot(required) that shows the whole run of the project with actual meaningful data
  3. The source file you named as “<Your Name><Assignment9>.cpp” separately from the project zip file

You will upload the 3 files using “submit Assignments“:

  1. Project zip file (<Your Name><Assignment9>.zip)
  2. Screen shot
  3. Source file of your program (<Your Name><Assignment9>.cpp”)

"Place your order now for a similar assignment and have exceptional work written by our team of experts, guaranteeing you "A" results."

Order Solution Now