Skip to content

Instantly share code, notes, and snippets.

@isauravmanitripathi
Created March 27, 2019 20:01
Show Gist options
  • Save isauravmanitripathi/031a07760ce4073ed4584994159bca55 to your computer and use it in GitHub Desktop.
Save isauravmanitripathi/031a07760ce4073ed4584994159bca55 to your computer and use it in GitHub Desktop.
private void sayHello(){
System.out.println("Hello");
System.out.println("This is a method called sayHello");
System.out.println("It contains 3 statement");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment