Class Variables
java.lang.Object
Variables
public class Variables
- extends java.lang.Object
Write a description of class Variables here.
- Version:
- (a version number or a date)
- Author:
- (your name)
|
Field Summary |
(package private) char |
myLetter
|
(package private) int |
x
|
(package private) double |
x1
|
(package private) float |
x2
|
(package private) boolean |
y
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
myLetter
char myLetter
x
int x
x1
double x1
x2
float x2
y
boolean y
Variables
public Variables()
addTwoNumbers
public int addTwoNumbers(int a,
int b)
callingMethod
public void callingMethod()
forLoop
public void forLoop()
ifStatements
public void ifStatements()
method1
public void method1()
method2
public void method2()
method3
public void method3()
showLarger
public void showLarger(int a,
int b)
switchStatement
public void switchStatement()
useVariables
public void useVariables()
whileLoop
public void whileLoop()
x
public void x()