Class Variables

java.lang.Object
  extended by 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
           
 
Constructor Summary
Variables()
           
 
Method Summary
 int addTwoNumbers(int a, int b)
           
 void callingMethod()
           
 void forLoop()
           
 void ifStatements()
           
 void method1()
           
 void method2()
           
 void method3()
           
 void showLarger(int a, int b)
           
 void switchStatement()
           
 void useVariables()
           
 void whileLoop()
           
 void x()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myLetter

char myLetter

x

int x

x1

double x1

x2

float x2

y

boolean y
Constructor Detail

Variables

public Variables()
Method Detail

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()