Tuesday, March 17, 2009

exercise # 5: HeLLo Object

ExerCise #5: HeLLo Object

//ProgrammerName: Reuben D. matiga
//ProgramName: HeLLo Object
//Purpose: To Learned more in java
//Date: March 17,2009
//Instructor: Dony Dongiapon


import javax.swing.*;

public class Reverse
{

  public static void main(String args[]){

  String i=JOptionPane.showInputDialog("Enter Greeting:");
  System.out.println("Enter greeting:"+i);
  System.out.println("\n"+i); 
  }
}

No comments:

Post a Comment