Write a program that will ask the use ofthe values of two resistor in Ohms, and will return the values of the equivalent resistance of the resistors in series and parallel. you must create a class called ResistorEqyivalent that has two methods for each calculation (in other words a method for series and another one for parallel) all attributes must be private. your deliverable is a typed working program.