Answer to Question #153920 in C++ for Alex

Question #153920

Write a program that stores information about laptops in a computer shop. The program stores the records of 100 laptops. For each laptop, it stores information such as its model, it’s price, and its memory size. The “Laptop” structure definition is given below. The program should take input for all the 100 laptops in the shop. In the end, the program should display the information of all those laptops which has price above 60000.

struct laptop

{

string model;

int price;

int memory_size;


1
Expert's answer
2021-01-05T05:30:05-0500
Dear Alex, your question requires a lot of work, which neither of our experts is ready to perform for free. We advise you to convert it to a fully qualified order and we will try to help you. Please click the link below to proceed: Submit order

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog