Question: Write a program that uses a structure to store the following data about a computer The clock speed of the processor The number of CPU
Write a program that uses a structure to store the following data about a computer
The clock speed of the processor
The number of CPU cores
The amount of RAM
The size of hard disk
The benchmark score (higher is faster)
The price of computer
The program should have a menu-driven interface with the option to add a new computer configuration, to change the price of an existing configuration by entering its number.
Input validation: Do not accept negative values for the benchmark score or the price. When entering the number of a configuration, accept only existing numbers.
C++
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
