Class Odd

java.lang.Object
  extended by Odd

public class Odd
extends java.lang.Object

Odd.java
Prints the first 10 odd numbers


Constructor Summary
Odd()
           
 
Method Summary
static void main(java.lang.String[] args)
          Prints the first 10 odd numbers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Odd

public Odd()
Method Detail

main

public static void main(java.lang.String[] args)
Prints the first 10 odd numbers