Create a class ProblemSolution with following characteristics Two private member variables name & designation of string type. Parameterized constructor which takes 2 parameters to initialized name & designation. Method solution with no input parameter and void return type. A method should print the member variable values in new lines.

Respuesta :

ijeggs

Answer:

Please see the attachment for the solution

Explanation:

Ver imagen ijeggs