Java Games: Flashcards, matching, concentration, and word search.

Java Chapter 7 Review

AB
trigonometricMath.sin,Math.cos,Math.tan all return this type of value
antilogMath.exp(p) returns the ____ of argument p
Math.toDegrees(p)This method returns the degrees of the radian value of p
powthe method of the Math class that requires more than one parameter
class method callrequires that the class identifier precedes the method identifier.
class methodvoid, public, and static are all used frequently in the declaration of a _____ ______
parametersMost methods use these
method declarationIn a ____ ____ with multiple parameters the parameter types may be the same or they may be different.
method headingpublic static void guess(double rate,double hours,int deduct)
method callguess(2.8,2.6.3.002);
sameparameters in the method call and method heading must be the _____ quantity, sequence, and type.
void methoda method that uses the keyword void
return methoduses the keyword return and the data type declaration in the method heading.
void method callthe method call is the only part of a complete program statement
return method callthe method call provides a valu, shich is used in the program statement.
classeswith the use of 2 of these it is possible to place both of them in separate files or in the same file
Utility classmethods that are most often used like center, skip, and justify should be placed in here.
void and returnwhat type of methods are used in the utility class with or without parameters.


Mrs. Brooks

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities