Write a program which requests that the user enters a


Problem

Write a program which requests that the user enters a computer model, year purchased, blue plate number (a unique ID that will be used to identify the computer) and owner. Store that data in a List. After the user has entered data, request that the user enters Y or N to continue. If they enter N, print the list of models, years, owners and blue plate numbers to the screen. If they enter Y, repeat the first step.

Your program should produce the following result:

Hardware Manager
Computer Model: Acer Aspire 5
Purchase Year: 2018
Blue Plate: A87634
Owner: Gaye Deegan
Acer Aspire 5 (2018) A87634 has been recorded.
Do you wish to enter another record? (Y/N) Y
Computer Model: Lenovo Yoga 520
Purchase Year: 2017
Blue Plate: G65438
Owner: Ben Martini
Lenovo Yoga 520 (2017) G65438 has been recorded.
Do you wish to enter another record? (Y/N) N

1. Acer Aspire 5 (2018) A87634: Gaye Deegan
2. Lenovo Yoga 520 (2017) G65438: Ben Martini.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Write a program which requests that the user enters a
Reference No:- TGS02745498

Expected delivery within 24 Hours