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);
}
}
Tuesday, March 17, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment