Create a java program for a class named Animal to allow the following private data members:
*include integer values named lifeExpectancy and weight.
*include a character value named gender and a String value called name.
*allow for a public String value called type.
*Design an Animal() constructor with parameters to accept values for each data member.
*Design a public void method printValues() with no parameters that displays all data members for the object
of the Animal class.
please help me this a kinda problem...
cheers.....