Assuming you belong to the IT department of the compant, and tasked to write a Java program that uses the object-oriented to do the following task:
IT Class:
There will be a class containing (but not restricted to) the following attributes belongs to computer:
Computer ID: 4 characters and/or numbers;
private string computerid; outcome: Computer ID: D001
Processor Speed: Alphanumeric
private (???) speed; outcome: Speed: 3.2GHZ
RAM: Alphanumeric
private (???) ram; outcome: RAM: 512MB
Harddisk: Alphanumeric
private (???) disk; outcome: disk: 80GB