Question
// CH9_EX1.cpp : This file contains the 'main' function. Program execution begins and ends there. // #include #include #include using namespace std; struct xxxxxxxxxxxx {
// CH9_EX1.cpp : This file contains the 'main' function. Program execution begins and ends there.
//
#include
#include
#include
using namespace std;
struct xxxxxxxxxxxx
{
Your Code Here!
.
.
.
.
.
.
};
int main()
{
xxxxxxxxxxxx xxxxxxxx;
cout
cout
getline(cin, xxxxxxxx.manufacturer);
cout
cout
getline(cin, xxxxxxxx.modelType);
cout
cout
getline(cin, xxxxxxxx.processorType);
cout
cout
cin >> xxxxxxxx.ram;
cout
cout
cin >> xxxxxxxx.hardDriveSize;
cout
cout
cin >> xxxxxxxx.yearBuilt;
cout
cout
cin >> xxxxxxxx.price;
cout
cout
cout
cout
cout
cout
cout
cout
return 0;
}
output =>
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started