Commit 416013b8 authored by abdulrazaq's avatar abdulrazaq

Second commit

parent eddc7937
......@@ -29,6 +29,8 @@ public class myApp03 {
// System.out.println("Hi " + text + ", welcome to Java.");
JOptionPane.showMessageDialog(null, "Hi " + text + ", welcome to Java.");
JOptionPane.showMessageDialog(null, "Hi " + text + ", welcome to Java.");
JOptionPane.showMessageDialog(null, "Hi " + text + ", welcome to Java.");
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment