Skip to content

♣ Have a look at my JAVA ☕ programs, may be it can help you. ♠

Notifications You must be signed in to change notification settings

Aritra-Basak/Java_codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

246 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

"A class in Java is where we teach an Object to behave"
	
class MyLife {
	static void Life()
	{
		System.out.println("Eat");
		System.out.println("Code");
		System.out.println("Sleep");
		Life();
	}
	public static void main(String[] args)
	{
		boolean alive=true;
		if(alive)
		Life();	
		else
		System.out.println("R.I.P...☻");
	}
}

About

♣ Have a look at my JAVA ☕ programs, may be it can help you. ♠

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages