Package edu.nwmissouri.animalList
Class Xraytetra
java.lang.Object
edu.nwmissouri.animalList.Animal
edu.nwmissouri.animalList.Xraytetra
- Author:
- S545113
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
character functiondouble
getXraytetraAddition
(double valueOne, int valueTwo) Custom getXraytetraAddtion functionvoid
location()
location functionvoid
move()
This is move method which is used to to print the message print the statementvoid
profess()
profess functionvoid
speak()
This is speak method which is used to to print the message print the statement
-
Constructor Details
-
Xraytetra
-
-
Method Details
-
speak
public void speak()This is speak method which is used to to print the message print the statement -
move
public void move()This is move method which is used to to print the message print the statement -
location
public void location()location function -
character
public void character()character function -
profess
public void profess()profess function -
getXraytetraAddition
public double getXraytetraAddition(double valueOne, int valueTwo) Custom getXraytetraAddtion function- Parameters:
valueOne
-valueTwo
-- Returns:
- double - sum
-