Question: Write a c++ program that maintains the record for 10 laptops. In each record (for a single laptop), it should store laptop id, company, model
Write a c++ program that maintains the record for 10 laptops. In each record (for a single laptop), it should store laptop id, company, model and its price. The program should take input for all the
10 laptops and store the data in array of structure. In the end, the program should display the record of laptops whose price is above 70,000.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
