Created
March 20, 2017 15:56
-
-
Save isurum/64530054cf5ec15ae21208674fe1b265 to your computer and use it in GitHub Desktop.
Introduction to Java Programming 8th Edition
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package learnjava.testing; | |
/** | |
* Created by Isuru on 20/03/2017. | |
*/ | |
public class Main { | |
public static void main(String args[]){ | |
System.out.println(" J A V V A"); | |
System.out.println(" J A A V V A A"); | |
System.out.println("J J AAAAA VV AAAAA"); | |
System.out.println("JJ A A V A A"); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment