Write a program to store hardware specificationscreate a


Write a program to store hardware specifications.Create a struct named as a computer which has brand, model name, processor name , processor speed, monitor screen size , hard disk space, size of Ram and graphic card name. Create two objects namedas pc1 and pc2. When the program executes, the user has to enter all the details ofthe first pc followed by the second pc. After all the data has been entered, display out all the computer hardware specifications in a neat tabular format. Restrict the input of the model name, processor name and graphic card name up to 20characters. Your program should ensure that the user enters the correct type of input, and the program should not crash at any point. E.g. processor speed, screen size, hard disk space and size of Ram are numeric values.

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Write a program to store hardware specificationscreate a
Reference No:- TGS01352028

Expected delivery within 24 Hours