now

  1. Rafael Vinicius

    Resolved how do i do this?

    1 - In order to represent employees in a company, create a class called Employee that includes the following three information as attributes: a first name, a surname, and a monthly salary. all attributes must be public at this point. 2 - Create a constructor that initializes all the attributes...
Back
Top Bottom