Skip to content

Instantly share code, notes, and snippets.

@isurum
Created March 20, 2017 15:56
Show Gist options
  • Save isurum/64530054cf5ec15ae21208674fe1b265 to your computer and use it in GitHub Desktop.
Save isurum/64530054cf5ec15ae21208674fe1b265 to your computer and use it in GitHub Desktop.
Introduction to Java Programming 8th Edition
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