Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

♣ 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

AltStyle によって変換されたページ (->オリジナル) /